diff --git a/keypasscompose/build.gradle b/keypasscompose/build.gradle index da675c35..3e6ea574 100644 --- a/keypasscompose/build.gradle +++ b/keypasscompose/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' implementation 'androidx.activity:activity-compose:1.5.1' androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.3.1" - debugImplementation "androidx.compose.ui:ui-tooling:1.1.1" + debugImplementation "androidx.compose.ui:ui-tooling:1.3.1" implementation 'androidx.compose.material3:material3:1.1.0-alpha02' } \ No newline at end of file