diff --git a/app/build.gradle b/app/build.gradle index 1fca939..e217312 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,8 +79,8 @@ dependencies { coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4") // Instrumented testing - androidTestImplementation "androidx.test.ext:junit:1.1.5" - androidTestImplementation "androidx.test:core-ktx:1.5.0" - androidTestImplementation "androidx.test:rules:1.5.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1" + 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" } diff --git a/build.gradle b/build.gradle index 0f2a26e..55b7393 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { //Android Gradle Plugin (AGP) - classpath "com.android.tools.build:gradle:8.4.2" + classpath "com.android.tools.build:gradle:8.5.0" //Kotlin classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a441313..09523c0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME