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 {
13
13
14
14
kotlin_version = ' 1.9.22'
15
15
kotlin_compiler_extension_version = ' 1.5.10'
16
- androidx_compose_bom_version = ' 2024.02.01 '
16
+ androidx_compose_bom_version = ' 2024.02.02 '
17
17
18
18
androidx_core_version = ' 1.12.0'
19
19
androidx_appcompat_version = ' 1.6.1'
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies {
92
92
93
93
// noinspection GradleDependency
94
94
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 '
96
96
97
97
// https://mvnrepository.com/artifact/androidx.compose
98
98
// https://developer.android.com/jetpack/compose/tooling#bom
@@ -104,8 +104,8 @@ dependencies {
104
104
implementation " androidx.compose.ui:ui"
105
105
106
106
/* Composable Preview */
107
- debugImplementation " androidx.compose.ui:ui-tooling"
108
107
debugImplementation " androidx.customview:customview-poolingcontainer"
108
+ debugImplementation " androidx.compose.ui:ui-tooling"
109
109
}
110
110
111
111
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ dependencies {
123
123
// androidTestImplementation "androidx.test.espresso:espresso-idling-resource:$androidx_test_espresso_version"
124
124
125
125
// 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 "
127
127
128
128
// Needed for createComposeRule, but not createAndroidComposeRule:
129
129
// noinspection GradleDependency
You can’t perform that action at this time.
0 commit comments