@@ -36,7 +36,7 @@ android {
3636 compose true
3737 }
3838 composeOptions {
39- kotlinCompilerExtensionVersion = " 1.3.2 "
39+ kotlinCompilerExtensionVersion = " 1.4.7 "
4040 }
4141 packagingOptions {
4242 resources {
@@ -48,19 +48,19 @@ android {
4848
4949dependencies {
5050
51- implementation ' androidx.core:core-ktx:1.9.0 '
52- implementation ' com.google.android.material:material:1.7 .0'
53- implementation " androidx.compose.ui:ui:1.3.0 "
54- implementation " androidx.compose.material3:material3:1.0 .0"
55- implementation " androidx.compose.material3:material3-window-size-class:1.0 .0"
56- implementation " androidx.compose.ui:ui-tooling-preview:1.3.0 "
57- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5 .1'
58- implementation ' androidx.activity:activity-compose:1.6.1 '
59- testImplementation ' junit:junit:4.+ '
60- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
61- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
62- androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.3.0 "
63- debugImplementation " androidx.compose.ui:ui-tooling:1.3.0 "
51+ implementation ' androidx.core:core-ktx:1.10.1 '
52+ implementation ' com.google.android.material:material:1.9 .0'
53+ implementation " androidx.compose.ui:ui:1.4.3 "
54+ implementation " androidx.compose.material3:material3:1.1 .0"
55+ implementation " androidx.compose.material3:material3-window-size-class:1.1 .0"
56+ implementation " androidx.compose.ui:ui-tooling-preview:1.4.3 "
57+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6 .1'
58+ implementation ' androidx.activity:activity-compose:1.7.2 '
59+ testImplementation ' junit:junit:4.13.2 '
60+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
61+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
62+ androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.4.3 "
63+ debugImplementation " androidx.compose.ui:ui-tooling:1.4.3 "
6464
6565 // ComposePrefs library
6666 implementation project(' :ComposePrefs3' )
0 commit comments