22kotlin = " 1.8.20"
33dokka = " 1.8.10"
44coroutines = " 1.6.4"
5- compose = " 1.3.1 "
6- compose_compiler = " 1.4.2 "
7- hilt = " 2.44.2 "
5+ compose = " 1.4.2 "
6+ compose_compiler = " 1.4.6 "
7+ hilt = " 2.45 "
88
99[plugins ]
1010android_app = { id = " com.android.application" , version = " 7.4.1" }
@@ -23,20 +23,20 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref =
2323kotlin-coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " coroutines" }
2424kotlin-coroutines-android = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version.ref = " coroutines" }
2525
26- desugaring = { module = " com.android.tools:desugar_jdk_libs" , version = " 2.0.2 " }
26+ desugaring = { module = " com.android.tools:desugar_jdk_libs" , version = " 2.0.3 " }
2727
28- androidx-core = { module = " androidx.core:core-ktx" , version = " 1.9 .0" }
29- androidx-lifecycle-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version = " 2.5 .1" }
30- androidx-lifecycle-livedata = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version = " 2.5 .1" }
31- androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version = " 2.5 .1" }
28+ androidx-core = { module = " androidx.core:core-ktx" , version = " 1.10 .0" }
29+ androidx-lifecycle-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version = " 2.6 .1" }
30+ androidx-lifecycle-livedata = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version = " 2.6 .1" }
31+ androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version = " 2.6 .1" }
3232
3333compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " compose" }
3434compose-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " compose" }
3535compose-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" , version.ref = " compose" }
3636compose-material = { module = " androidx.compose.material:material" , version.ref = " compose" }
3737compose-test-junit = { module = " androidx.compose.ui:ui-test-junit4" , version.ref = " compose" }
38- compose-activity = { module = " androidx.activity:activity-compose" , version = " 1.6 .1" }
39- compose-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version = " 2.5 .1" }
38+ compose-activity = { module = " androidx.activity:activity-compose" , version = " 1.7 .1" }
39+ compose-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version = " 2.6 .1" }
4040compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " compose" }
4141compose-foundation-layouts = { module = " androidx.compose.foundation:foundation-layout" , version.ref = " compose" }
4242
@@ -54,13 +54,13 @@ test-kotlin-js = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref =
5454test-kotlin-annotations-common = { module = " org.jetbrains.kotlin:kotlin-test-annotations-common" , version.ref = " kotlin" }
5555test-junit = { module = " junit:junit" , version = " 4.13.2" }
5656test-androidx-core = { module = " androidx.test:core" , version = " 1.5.0" }
57- test-androidx-arch = { module = " androidx.arch.core:core-testing" , version = " 2.1 .0" }
57+ test-androidx-arch = { module = " androidx.arch.core:core-testing" , version = " 2.2 .0" }
5858test-androidx-ext-junit = { module = " androidx.test.ext:junit" , version = " 1.1.3" }
5959test-androidx-espresso = { module = " androidx.test.espresso:espresso-core" , version = " 3.5.0-alpha05" }
6060test-compose-ui = { module = " androidx.compose.ui:ui-test-junit4" , version.ref = " compose" }
6161test-compose-manifest = { module = " androidx.compose.ui:ui-test-manifest" , version.ref = " compose" }
62- test-mockk = { module = " io.mockk:mockk" , version = " 1.12.3 " }
63- test-mockk-common = { module = " io.mockk:mockk-common" , version = " 1.12.3 " }
62+ test-mockk = { module = " io.mockk:mockk" , version = " 1.13.5 " }
63+ test-mockk-common = { module = " io.mockk:mockk-common" , version = " 1.13.5 " }
6464test-kotlin-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
6565
6666[bundles ]
0 commit comments