@@ -38,7 +38,7 @@ android {
3838 compose true
3939 }
4040 composeOptions {
41- kotlinCompilerExtensionVersion ' 1.5.11 '
41+ kotlinCompilerExtensionVersion ' 1.5.13 '
4242 }
4343 packagingOptions {
4444 resources {
@@ -48,18 +48,18 @@ android {
4848}
4949
5050dependencies {
51- implementation ' androidx.core:core-ktx:1.12.0 '
51+ implementation ' androidx.core:core-ktx:1.13.1 '
5252 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
53- implementation ' androidx.activity:activity-compose:1.8.2 '
54- implementation platform(' androidx.compose:compose-bom:2024.04 .00' )
53+ implementation ' androidx.activity:activity-compose:1.9.0 '
54+ implementation platform(' androidx.compose:compose-bom:2024.05 .00' )
5555 implementation ' androidx.compose.ui:ui'
5656 implementation ' androidx.compose.ui:ui-graphics'
5757 implementation ' androidx.compose.ui:ui-tooling-preview'
5858 implementation ' androidx.compose.material3:material3'
5959 testImplementation ' junit:junit:4.13.2'
6060 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
6161 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
62- androidTestImplementation platform(' androidx.compose:compose-bom:2024.04 .00' )
62+ androidTestImplementation platform(' androidx.compose:compose-bom:2024.05 .00' )
6363 androidTestImplementation ' androidx.compose.ui:ui-test-junit4'
6464 debugImplementation ' androidx.compose.ui:ui-tooling'
6565 debugImplementation ' androidx.compose.ui:ui-test-manifest'
0 commit comments