File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
1313
1414 kotlin_version = ' 1.9.22'
1515 kotlin_compiler_extension_version = ' 1.5.10'
16- androidx_compose_bom_version = ' 2024.02.01 '
16+ androidx_compose_bom_version = ' 2024.02.02 '
1717
1818 androidx_core_version = ' 1.12.0'
1919 androidx_appcompat_version = ' 1.6.1'
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies {
9292
9393 // noinspection GradleDependency
9494 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
95- // implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 '
95+ // implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 '
9696
9797 // https://mvnrepository.com/artifact/androidx.compose
9898 // https://developer.android.com/jetpack/compose/tooling#bom
@@ -104,8 +104,8 @@ dependencies {
104104 implementation " androidx.compose.ui:ui"
105105
106106 /* Composable Preview */
107- debugImplementation " androidx.compose.ui:ui-tooling"
108107 debugImplementation " androidx.customview:customview-poolingcontainer"
108+ debugImplementation " androidx.compose.ui:ui-tooling"
109109}
110110
111111
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ dependencies {
123123 // androidTestImplementation "androidx.test.espresso:espresso-idling-resource:$androidx_test_espresso_version"
124124
125125 // Test rules and transitive dependencies:
126- androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.6.2 "
126+ androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.6.3 "
127127
128128 // Needed for createComposeRule, but not createAndroidComposeRule:
129129 // noinspection GradleDependency
You can’t perform that action at this time.
0 commit comments