11[versions ]
2- accompanist = " 0.16.0"
3- androidx-compose = " 1.0.1"
2+ accompanist = " 0.27.1"
3+ androidx-compose-compiler = " 1.3.2"
4+ androidx-compose-runtime = " 1.3.1"
45android-test = " 1.3.0"
5- kotlin = " 1.5.21 "
6- poko = " 0.8.1 "
6+ kotlin = " 1.7.20 "
7+ poko = " 0.11.0 "
78
89[libraries ]
910accompanist-drawablePainter = { module = " com.google.accompanist:accompanist-drawablepainter" , version.ref = " accompanist" }
1011android-gradlePlugin = { module = " com.android.tools.build:gradle" , version = " 7.3.1" }
1112androidx-annotations = { module = " androidx.annotation:annotation" , version = " 1.1.0" }
1213androidx-appCompat = { module = " androidx.appcompat:appcompat" , version = " 1.3.0" }
13- androidx-compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " androidx-compose" }
14- androidx-compose-material = { module = " androidx.compose.material:material" , version.ref = " androidx-compose" }
15- androidx-compose-materialIcons = { module = " androidx.compose.material:material-icons-extended" , version.ref = " androidx-compose" }
16- androidx-compose-runtime = { module = " androidx.compose.runtime:runtime" , version.ref = " androidx-compose" }
17- androidx-compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " androidx-compose" }
18- androidx-compose-uiTest = { module = " androidx.compose.ui:ui-test-junit4" , version.ref = " androidx-compose" }
19- androidx-compose-uiTooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " androidx-compose" }
14+ androidx-compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " androidx-compose-runtime " }
15+ androidx-compose-material = { module = " androidx.compose.material:material" , version.ref = " androidx-compose-runtime " }
16+ androidx-compose-materialIcons = { module = " androidx.compose.material:material-icons-extended" , version.ref = " androidx-compose-runtime " }
17+ androidx-compose-runtime = { module = " androidx.compose.runtime:runtime" , version.ref = " androidx-compose-runtime " }
18+ androidx-compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " androidx-compose-runtime " }
19+ androidx-compose-uiTest = { module = " androidx.compose.ui:ui-test-junit4" , version.ref = " androidx-compose-runtime " }
20+ androidx-compose-uiTooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " androidx-compose-runtime " }
2021androidx-coreKtx = { module = " androidx.core:core-ktx" , version = " 1.5.0" }
2122androidx-junit = { module = " androidx.test.ext:junit-ktx" , version = " 1.1.2" }
2223androidx-test-rules = { module = " androidx.test:rules" , version.ref = " android-test" }
@@ -25,7 +26,7 @@ detekt-gradlePlugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plug
2526dokka-gradlePlugin = { module = " org.jetbrains.dokka:dokka-gradle-plugin" , version = " 1.4.32" }
2627junit = { module = " junit:junit" , version = " 4.13" }
2728kotlin-gradlePlugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
28- kotlinx-binaryCompatibilityValidator = { module = " org.jetbrains.kotlinx:binary-compatibility-validator" , version = " 0.5.0 " }
29+ kotlinx-binaryCompatibilityValidator = { module = " org.jetbrains.kotlinx:binary-compatibility-validator" , version = " 0.12.1 " }
2930kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version = " 1.3.6" }
3031lottie = { module = " com.airbnb.android:lottie" , version = " 4.1.0" }
3132poko-gradlePlugin = { module = " dev.drewhamilton.poko:poko-gradle-plugin" , version.ref = " poko" }
0 commit comments