Update: 2026-07-04 18:49:57

This commit is contained in:
Hamza-Ayed
2026-07-04 18:49:58 +03:00
parent 3e0b4cbf64
commit 3c06b3624b
2 changed files with 8 additions and 5 deletions
+3
View File
@@ -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':
+5 -5
View File
@@ -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" }