@@ -80,7 +80,7 @@ android {
8080 }
8181
8282 composeOptions {
83- kotlinCompilerExtensionVersion ' 1.5.3 '
83+ kotlinCompilerExtensionVersion ' 1.5.4 '
8484 }
8585
8686 packagingOptions {
@@ -90,7 +90,7 @@ android {
9090}
9191
9292dependencies {
93- def composeBom = platform(' androidx.compose:compose-bom:2023.10.00 ' )
93+ def composeBom = platform(' androidx.compose:compose-bom:2023.10.01 ' )
9494 implementation(composeBom)
9595 testImplementation(composeBom)
9696 androidTestImplementation(composeBom)
@@ -117,23 +117,23 @@ dependencies {
117117 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
118118
119119 implementation ' androidx.appcompat:appcompat:1.6.1'
120- implementation ' androidx.activity:activity-ktx:1.8.0 '
120+ implementation ' androidx.activity:activity-ktx:1.8.1 '
121121 implementation ' androidx.core:core-ktx:1.12.0'
122- implementation " androidx.activity:activity-compose:1.8.0 "
122+ implementation " androidx.activity:activity-compose:1.8.1 "
123123
124124 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
125125 implementation " androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2"
126126 implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.6.2"
127127 implementation " androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2"
128128
129- implementation ' androidx.navigation:navigation-compose:2.7.4 '
129+ implementation ' androidx.navigation:navigation-compose:2.7.5 '
130130
131131 androidTestImplementation ' androidx.test:rules:1.5.0'
132132 androidTestImplementation ' androidx.test:runner:1.5.2'
133133
134134 // TODO: Bump to latest after Espresso 3.5.0 goes stable
135135 // (due to https://github.com/robolectric/robolectric/issues/6593)
136- testImplementation ' org.robolectric:robolectric:4.10.3 '
136+ testImplementation ' org.robolectric:robolectric:4.11.1 '
137137}
138138
139139tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). configureEach {
0 commit comments