Update: 2026-07-04 18:49:57
This commit is contained in:
@@ -129,6 +129,9 @@ class AppLink {
|
||||
///=================ride==========================///
|
||||
///https://jordan-siro.intaleqapp.com/backend
|
||||
static String get ride => '$server/ride';
|
||||
|
||||
/// this ride server is for socket communication not for rest api calls
|
||||
/// https://rides.intaleq.xyz/intaleq
|
||||
static String get rideServer {
|
||||
switch (currentCountry) {
|
||||
case 'Syria':
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
[versions]
|
||||
agp = "8.13.2"
|
||||
kotlin = "2.0.21"
|
||||
coreKtx = "1.19.0"
|
||||
coreKtx = "1.13.1"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.3.0"
|
||||
espressoCore = "3.7.0"
|
||||
appcompat = "1.7.1"
|
||||
material = "1.14.0"
|
||||
junitVersion = "1.2.1"
|
||||
espressoCore = "3.6.1"
|
||||
appcompat = "1.7.0"
|
||||
material = "1.12.0"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
|
||||
Reference in New Issue
Block a user