|
@@ -1,27 +1,27 @@
|
|
[versions]
|
|
[versions]
|
|
agp = "8.7.1"
|
|
agp = "8.7.1"
|
|
-kotlin = "1.9.23"
|
|
|
|
-ksp = "1.9.23-1.0.20"
|
|
|
|
-coreKtx = "1.13.1"
|
|
|
|
|
|
+kotlin = "2.0.21"
|
|
|
|
+ksp = "2.0.21-1.0.26"
|
|
|
|
+coreKtx = "1.15.0"
|
|
junit = "4.13.2"
|
|
junit = "4.13.2"
|
|
-junitVersion = "1.1.5"
|
|
|
|
|
|
+junitVersion = "1.2.1"
|
|
espressoCore = "3.6.1"
|
|
espressoCore = "3.6.1"
|
|
-lifecycleRuntimeKtx = "2.8.2"
|
|
|
|
-activityCompose = "1.9.0"
|
|
|
|
-composeBom = "2024.06.00"
|
|
|
|
|
|
+lifecycleRuntimeKtx = "2.8.7"
|
|
|
|
+activityCompose = "1.9.3"
|
|
|
|
+composeBom = "2024.10.01"
|
|
hilt = "2.49"
|
|
hilt = "2.49"
|
|
hiltNavigation = "1.2.0"
|
|
hiltNavigation = "1.2.0"
|
|
gms = "4.3.15"
|
|
gms = "4.3.15"
|
|
-navigation = "2.7.7"
|
|
|
|
|
|
+navigation = "2.8.3"
|
|
coil = "2.6.0"
|
|
coil = "2.6.0"
|
|
-constraintLayout = "1.0.1"
|
|
|
|
-paging = "3.3.0"
|
|
|
|
-serializationJson = "1.6.2"
|
|
|
|
-coroutines = "1.8.0"
|
|
|
|
|
|
+constraintLayout = "1.1.0"
|
|
|
|
+paging = "3.3.2"
|
|
|
|
+serializationJson = "1.7.3"
|
|
|
|
+coroutines = "1.9.0"
|
|
exif = "1.3.7"
|
|
exif = "1.3.7"
|
|
room = "2.6.1"
|
|
room = "2.6.1"
|
|
okhttp = "4.12.0"
|
|
okhttp = "4.12.0"
|
|
-work = "2.9.0"
|
|
|
|
|
|
+work = "2.10.0"
|
|
firebaseBom = "33.2.0"
|
|
firebaseBom = "33.2.0"
|
|
|
|
|
|
[libraries]
|
|
[libraries]
|
|
@@ -71,4 +71,5 @@ androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
|
jetbrainsKotlinPluginSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
jetbrainsKotlinPluginSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
googleDaggerHiltAndroid = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
googleDaggerHiltAndroid = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
googleDevtoolsKsp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
googleDevtoolsKsp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
-googleGmsGoogleServices = { id = "com.google.gms.google-services", version.ref = "gms" }
|
|
|
|
|
|
+googleGmsGoogleServices = { id = "com.google.gms.google-services", version.ref = "gms" }
|
|
|
|
+kotlinCompose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|