diff --git a/libtestingexample/build.gradle b/libtestingexample/build.gradle index 29f0931..c5ec9e2 100644 --- a/libtestingexample/build.gradle +++ b/libtestingexample/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation "androidx.core:core-ktx:1.16.0" - implementation "androidx.appcompat:appcompat:1.7.0" + implementation "androidx.appcompat:appcompat:1.7.1" implementation "com.google.android.material:material:1.12.0" androidTestImplementation "androidx.test.ext:junit:1.2.1" androidTestImplementation "androidx.test:core-ktx:1.6.1"