mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Attempt to implement call reconnect
This commit is contained in:
+10
-10
@@ -8,30 +8,30 @@ compose-multiplatform = "1.10.3"
|
||||
#noinspection NewerVersionAvailable
|
||||
constraintlayout = "0.6.1-shaded"
|
||||
coreSplashscreen = "1.2.0"
|
||||
firebaseMessaging = "25.0.1"
|
||||
firebaseMessaging = "25.0.2"
|
||||
googleServices = "4.4.4"
|
||||
haze = "1.7.2"
|
||||
kotlin = "2.3.20"
|
||||
kotlin = "2.3.21"
|
||||
adaptiveAndroid = "1.2.0"
|
||||
biometric = "1.4.0-alpha06"
|
||||
gson = "2.13.2"
|
||||
biometric = "1.4.0-alpha07"
|
||||
gson = "2.14.0"
|
||||
kotlinxIoBytestring = "0.9.0"
|
||||
kotlinxCoroutinesCore = "1.10.2"
|
||||
kotlinxCoroutinesCore = "1.11.0"
|
||||
kotlinxIoCore = "0.9.0"
|
||||
multiplatformCryptoLibsodiumBindings = "0.9.5"
|
||||
multiplatformSettings = "1.3.0"
|
||||
serialization = "2.3.20"
|
||||
serialization = "2.3.21"
|
||||
serialization-json = "1.11.0"
|
||||
material = "1.13.0"
|
||||
activityKtx = "1.13.0"
|
||||
navigationCompose = "2.9.2"
|
||||
datastore = "1.2.1"
|
||||
security-crypto = "1.1.0"
|
||||
ktor = "3.4.2"
|
||||
ktor = "3.4.3"
|
||||
slf4j = "1.7.36"
|
||||
kotlinxDatetime = "0.7.1"
|
||||
kotlinxDatetime = "0.8.0"
|
||||
lifecycleRuntimeKtx = "2.10.0"
|
||||
composeBom = "2026.03.01"
|
||||
composeBom = "2026.05.00"
|
||||
composeMaterialIconsExtended = "1.7.3"
|
||||
composeMaterial3 = "1.10.0-alpha05"
|
||||
composeComponents = "1.10.3"
|
||||
@@ -41,7 +41,7 @@ androidxWork = "2.11.2"
|
||||
cryptography-kotlin = "0.6.0"
|
||||
krypto = "4.0.10"
|
||||
sqldelight = "2.3.2"
|
||||
livekitAndroid = "2.24.1"
|
||||
livekitAndroid = "2.25.2"
|
||||
livekitAndroidComposeComponents = "2.3.0"
|
||||
|
||||
[libraries]
|
||||
|
||||
Reference in New Issue
Block a user