diff --git a/build.gradle b/build.gradle index 66ee666..9cb84c8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:8.11.1" + classpath "com.android.tools.build:gradle:8.12.0" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0" } } \ No newline at end of file diff --git a/libtestingexample/build.gradle b/libtestingexample/build.gradle index 642290f..ef5de85 100644 --- a/libtestingexample/build.gradle +++ b/libtestingexample/build.gradle @@ -38,8 +38,8 @@ dependencies { implementation "androidx.core:core-ktx:1.16.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" - androidTestImplementation "androidx.test:rules:1.6.1" - androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" + androidTestImplementation "androidx.test.ext:junit:1.3.0" + androidTestImplementation "androidx.test:core-ktx:1.7.0" + androidTestImplementation "androidx.test:rules:1.7.0" + androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0" } \ No newline at end of file