@@ -61,12 +61,12 @@ dependencies {
6161
6262 // Compose
6363 implementation(" androidx.activity:activity-compose:1.10.1" )
64- implementation(" androidx.compose.material:material:1.7.8 " )
64+ implementation(" androidx.compose.material:material:1.8.2 " )
6565 implementation(" androidx.compose.material:material-icons-extended:1.7.8" )
6666 implementation(" androidx.navigation:navigation-compose:2.8.9" )
67- debugImplementation(" androidx.compose.ui:ui-tooling:1.7.8 " )
68- implementation(" androidx.compose.ui:ui-tooling-preview:1.7.8 " )
69- implementation(" androidx.compose.ui:ui:1.7.8 " )
67+ debugImplementation(" androidx.compose.ui:ui-tooling:1.8.2 " )
68+ implementation(" androidx.compose.ui:ui-tooling-preview:1.8.2 " )
69+ implementation(" androidx.compose.ui:ui:1.8.1 " )
7070
7171 // It is a known bug: https://issuetracker.google.com/issues/227767363
7272 //
@@ -81,8 +81,8 @@ dependencies {
8181 // Curiosity testing utils
8282 testImplementation(project(" :test-compose-utils" ))
8383
84- debugImplementation(" androidx.compose.ui:ui-test-manifest:1.7.8 " )
85- testImplementation(" androidx.compose.ui:ui-test-junit4:1.7.8 " )
84+ debugImplementation(" androidx.compose.ui:ui-test-manifest:1.8.1 " )
85+ testImplementation(" androidx.compose.ui:ui-test-junit4:1.8.2 " )
8686 testImplementation(" org.robolectric:robolectric:4.14.1" ) {
8787 exclude(module = " classworlds" )
8888 exclude(module = " commons-logging" )
@@ -105,7 +105,7 @@ dependencies {
105105 // Android Testing
106106 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
107107 androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
108- androidTestImplementation(" androidx.compose.ui:ui-test-junit4:1.7.8 " )
108+ androidTestImplementation(" androidx.compose.ui:ui-test-junit4:1.8.2 " )
109109}
110110
111111tasks.withType<Sign >().configureEach {
0 commit comments