@@ -53,7 +53,7 @@ android {
5353 compose true
5454 }
5555 composeOptions {
56- kotlinCompilerExtensionVersion ' 1.4.0 '
56+ kotlinCompilerExtensionVersion ' 1.4.3 '
5757 }
5858 packagingOptions {
5959 resources {
@@ -63,22 +63,15 @@ android {
6363}
6464
6565dependencies {
66- implementation platform(' androidx.compose:compose-bom:2022.10 .00' )
67- implementation ' androidx.activity:activity-compose:1.5 .1'
68- implementation ' androidx.core:core-ktx:1.8.0 '
66+ implementation platform(' androidx.compose:compose-bom:2023.01 .00' )
67+ implementation ' androidx.activity:activity-compose:1.6 .1'
68+ implementation ' androidx.compose.material3:material3 '
6969 implementation ' androidx.compose.ui:ui'
7070 implementation ' androidx.compose.ui:ui-graphics'
7171 implementation ' androidx.compose.ui:ui-tooling-preview'
72- implementation ' androidx.compose.material3:material3'
73- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
74-
75- testImplementation ' junit:junit:4.13.2'
72+ implementation ' androidx.core:core-ktx:1.9.0'
73+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6.0'
7674
77- androidTestImplementation platform(' androidx.compose:compose-bom:2022.10.00' )
78- androidTestImplementation ' androidx.compose.ui:ui-test-junit4'
79- androidTestImplementation ' androidx.test.ext:junit:1.1.3'
80- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
81-
82- debugImplementation ' androidx.compose.ui:ui-tooling'
8375 debugImplementation ' androidx.compose.ui:ui-test-manifest'
76+ debugImplementation ' androidx.compose.ui:ui-tooling'
8477}
0 commit comments