diff --git a/build.gradle b/build.gradle index 9cb84c8..682264e 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,6 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:8.12.0" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10" } } \ No newline at end of file diff --git a/libtestingexample/build.gradle b/libtestingexample/build.gradle index ef5de85..ebe898e 100644 --- a/libtestingexample/build.gradle +++ b/libtestingexample/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - implementation "androidx.core:core-ktx:1.16.0" + implementation "androidx.core:core-ktx:1.17.0" implementation "androidx.appcompat:appcompat:1.7.1" implementation "com.google.android.material:material:1.12.0" androidTestImplementation "androidx.test.ext:junit:1.3.0"