diff --git a/siro_driver/lib/constant/links.dart b/siro_driver/lib/constant/links.dart index 2207db95..ffc32a4d 100755 --- a/siro_driver/lib/constant/links.dart +++ b/siro_driver/lib/constant/links.dart @@ -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': diff --git a/socialBot/gradle/libs.versions.toml b/socialBot/gradle/libs.versions.toml index 09a747c3..628fec5b 100644 --- a/socialBot/gradle/libs.versions.toml +++ b/socialBot/gradle/libs.versions.toml @@ -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" }