|
@@ -1,10 +1,11 @@
|
|
|
[versions]
|
|
|
-androidGradlePlugin = "8.1.2"
|
|
|
+androidxComposeBom = "2023.10.01"
|
|
|
+androidGradlePlugin = "8.2.1"
|
|
|
ktx = "1.12.0"
|
|
|
compose = "1.8.2"
|
|
|
-immutable = "0.3.6"
|
|
|
+immutable = "0.3.7"
|
|
|
location = "21.0.1"
|
|
|
-hilt = "2.48.1"
|
|
|
+hilt = "2.50"
|
|
|
hilt-navigation = "1.1.0"
|
|
|
navigationCompose = "2.7.6"
|
|
|
lyfecyleCompose = "2.7.0-rc02"
|
|
@@ -16,13 +17,21 @@ coroutines = "1.7.3"
|
|
|
room = "2.6.1"
|
|
|
material = "1.5.4"
|
|
|
material3 = "1.1.2"
|
|
|
-org-jetbrains-kotlin-android = "1.9.10"
|
|
|
+org-jetbrains-kotlin-android = "1.9.21"
|
|
|
appcompat = "1.6.1"
|
|
|
com-google-android-material-material = "1.11.0"
|
|
|
-ksp = "1.9.0-1.0.12"
|
|
|
+ksp = "1.9.21-1.0.16"
|
|
|
|
|
|
|
|
|
[libraries]
|
|
|
+androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
|
|
|
+androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
|
+androidx-compose-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
|
|
+androidx-compose-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
|
+androidx-compose-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
|
+androidx-compose-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
|
+androidx-compose-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
|
+
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx" }
|
|
|
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lyfecyleCompose" }
|
|
|
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "compose" }
|
|
@@ -36,7 +45,6 @@ kotlinx-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotli
|
|
|
android-play-services-location = { group = "com.google.android.gms", name = "play-services-location", version.ref = "location" }
|
|
|
|
|
|
# Hilt
|
|
|
-hilt-android-gradle-plugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }
|
|
|
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
|
|
|
hilt-android-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
|
|
|
hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hilt-navigation" }
|
|
@@ -53,15 +61,13 @@ room-compiler = { group = "androidx.room", name = "room-compiler", version.ref =
|
|
|
junit-junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junittest" }
|
|
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso" }
|
|
|
-androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.1.4" }
|
|
|
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
|
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "com-google-android-material-material" }
|
|
|
|
|
|
[plugins]
|
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
|
-com-android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
|
|
+android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
|
|
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "org-jetbrains-kotlin-android" }
|
|
|
com-google-devtools-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
|
-com-google-dagger-hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
|
-dagger-hilt = { id = "dagger.hilt.android.plugin", version.ref = "hilt" }
|
|
|
+dagger-hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|