|
|
@@ -9,16 +9,16 @@ junitVersion = "1.1.5"
|
|
|
espressoCore = "3.5.1"
|
|
|
appcompat = "1.6.1"
|
|
|
kotlinxCoroutines = "1.8.1"
|
|
|
-material = "1.11.0"
|
|
|
-activity = "1.8.0"
|
|
|
+material = "1.12.0"
|
|
|
+activity = "1.9.0"
|
|
|
constraintlayout = "2.1.4"
|
|
|
socketIoClient = "2.0.0"
|
|
|
navigationFragment = "2.7.7"
|
|
|
navigationUi = "2.7.7"
|
|
|
kotlin = "1.9.0"
|
|
|
-annotation = "1.7.1"
|
|
|
-lifecycleLivedataKtx = "2.7.0"
|
|
|
-lifecycleViewmodelKtx = "2.7.0"
|
|
|
+annotation = "1.8.0"
|
|
|
+lifecycle = "2.8.0"
|
|
|
+coreKtx = "1.13.1"
|
|
|
|
|
|
[libraries]
|
|
|
commons-collections4 = { module = "org.apache.commons:commons-collections4", version.ref = "commonsCollections4" }
|
|
|
@@ -29,8 +29,8 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
|
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
|
-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
|
|
|
-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
|
|
|
+coroutines-android-ktx = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
|
|
|
+coroutines-core-ktx = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
|
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
|
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
|
@@ -38,10 +38,12 @@ socket-io-client = { module = "io.socket:socket.io-client", version.ref = "socke
|
|
|
navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
|
|
|
navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" }
|
|
|
annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
|
|
|
-lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
|
|
|
-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
|
+lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
|
|
+lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
|
|
+lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
|
|
+core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
|
|
|
|
[plugins]
|
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
|
-jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|
+jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version = "1.9.24" }
|
|
|
|