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