11[versions ]
22
33# AndroidX
4- androidxCore = " 1.8 .0"
5- androidxFragment = " 1.5.1 "
4+ androidxCore = " 1.9 .0"
5+ androidxFragment = " 1.5.5 "
66androidxCollection = " 1.2.0"
77androidxLifecycle = " 2.5.1"
8- androidxCompose = " 1.2.0"
9- androidxComposeMaterial3 = " 1.0.0-alpha15"
10- androidxComposeActivity = " 1.5.1"
8+ androidxCompose = " 1.3.3"
9+ androidxComposeCompiler = " 1.4.0"
10+ androidxComposeMaterial3 = " 1.0.1"
11+ androidxComposeActivity = " 1.6.1"
1112
1213# Android
13- androidMaterial = " 1.6.1 "
14- androidThemeAdaptor = " 1.0.15 "
15- androidAccompanist = " 0.23.1 "
14+ androidMaterial = " 1.7.0 "
15+ androidThemeAdaptor = " 1.1.1 "
16+ androidAccompanist = " 0.28.0 "
1617
1718# Plugins
18- androidGradle = " 7.2.1 "
19- kotlin = " 1.7 .0"
20- rootCoverage = " 1.5.3 "
19+ androidGradle = " 7.4.0 "
20+ kotlin = " 1.8 .0"
21+ rootCoverage = " 1.6.0 "
2122
2223# Other
23- room = " 2.4.3 "
24- koinAndroid = " 3.3.0 "
25- koinCore = " 3.2.2 "
24+ room = " 2.5.0 "
25+ koinCore = " 3.3.2 "
26+ koinCompose = " 3.3.0 "
2627
2728# test
2829kotlinTest = " 1.6.4"
2930junit = " 4.13.2"
30- mockk = " 1.13.2 "
31- androidxTestCore = " 1.4 .0"
31+ mockk = " 1.13.3 "
32+ androidxTestCore = " 1.5 .0"
3233jacoco = " 0.8.7"
3334
3435[libraries ]
@@ -42,14 +43,14 @@ androidx-compose-preview = { group = "androidx.compose.ui", name = "ui-tooling-p
4243androidx-compose-material3 = { group = " androidx.compose.material3" , name = " material3" , version.ref = " androidxComposeMaterial3" }
4344androidx-compose-activity = { group = " androidx.activity" , name = " activity-compose" , version.ref = " androidxComposeActivity" }
4445android-material = { group = " com.google.android.material" , name = " material" , version.ref = " androidMaterial" }
45- android-themeadapter = { group = " com.google.android.material " , name = " compose-theme-adapter-3 " , version.ref = " androidThemeAdaptor " }
46+ android-themeadapter = { group = " com.google.accompanist " , name = " accompanist-themeadapter-material3 " , version.ref = " androidAccompanist " }
4647android-pager = { group = " com.google.accompanist" , name = " accompanist-pager" , version.ref = " androidAccompanist" }
4748android-systemuicontroller = { group = " com.google.accompanist" , name = " accompanist-systemuicontroller" , version.ref = " androidAccompanist" }
4849room-ktx = { group = " androidx.room" , name = " room-ktx" , version.ref = " room" }
4950room-runtime = { group = " androidx.room" , name = " room-runtime" , version.ref = " room" }
5051room-compiler = { group = " androidx.room" , name = " room-compiler" , version.ref = " room" }
51- koin-android = { group = " io.insert-koin" , name = " koin-android" , version.ref = " koinAndroid " }
52- koin-compose = { group = " io.insert-koin" , name = " koin-androidx-compose" , version.ref = " koinAndroid " }
52+ koin-android = { group = " io.insert-koin" , name = " koin-android" , version.ref = " koinCore " }
53+ koin-compose = { group = " io.insert-koin" , name = " koin-androidx-compose" , version.ref = " koinCompose " }
5354test-kotlin = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-test" , version.ref = " kotlinTest" }
5455test-junit = { group = " junit" , name = " junit" , version.ref = " junit" }
5556test-mockk = { group = " io.mockk" , name = " mockk" , version.ref = " mockk" }
0 commit comments