mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Fix WebSocket, refactor code
This commit is contained in:
@@ -1,26 +1,25 @@
|
||||
[versions]
|
||||
agp = "8.13.2"
|
||||
androidx-activityCompose = "1.12.1"
|
||||
androidx-activityCompose = "1.12.2"
|
||||
androidx-appcompat = "1.7.1"
|
||||
androidx-core-ktx = "1.17.0"
|
||||
androidx-lifecycle = "2.9.6"
|
||||
coilCompose = "3.3.0"
|
||||
compose-multiplatform = "1.9.3"
|
||||
#noinspection NewerVersionAvailable
|
||||
constraintlayout = "0.6.1-shaded"
|
||||
coreSplashscreen = "1.2.0"
|
||||
haze = "1.7.1"
|
||||
kotlin = "2.2.21"
|
||||
kotlin = "2.3.0"
|
||||
adaptiveAndroid = "1.2.0"
|
||||
kotlinStdlib = "2.2.21"
|
||||
biometric = "1.4.0-alpha04"
|
||||
kotlinStdlib = "2.3.0"
|
||||
biometric = "1.4.0-alpha05"
|
||||
gson = "2.13.2"
|
||||
kotlinxIoBytestring = "0.8.2"
|
||||
kotlinxCoroutinesCore = "1.10.2"
|
||||
kotlinxIoCore = "0.8.2"
|
||||
kotlinxSerializationJson = "1.9.0"
|
||||
material = "1.13.0"
|
||||
activityKtx = "1.12.1"
|
||||
activityKtx = "1.12.2"
|
||||
navigationCompose = "2.9.1"
|
||||
datastore = "1.2.0"
|
||||
ktor = "3.3.3"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#Sat Sep 06 13:57:07 MSK 2025
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user