diff --git a/app/build.gradle b/app/build.gradle index 0a80bacd..fc45559e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -110,7 +110,7 @@ dependencies { androidTestImplementation 'androidx.test:core-ktx:1.5.0' androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5' // Test rules and transitive dependencies: - androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.4.0") + androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.4.2") // Needed for createAndroidComposeRule, but not createComposeRule: debugImplementation("androidx.compose.ui:ui-test-manifest:1.4.2") @@ -122,7 +122,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-runtime-compose:2.6.1" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1" implementation "androidx.compose.material:material-icons-extended:1.4.2" - androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.4.0" + androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.4.2" debugImplementation "androidx.compose.ui:ui-tooling:1.4.2" implementation("androidx.compose.runtime:runtime-livedata:1.4.1") implementation "androidx.navigation:navigation-compose:2.5.3"