From 73986e6ee0e6e51939298d06c869ac1ac43f5e7c Mon Sep 17 00:00:00 2001 From: JD Porterfield Date: Sat, 7 Sep 2024 00:27:35 -0700 Subject: [PATCH] Update AGP to 8.5.2 and update depndencies --- app/build.gradle | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 80b337c..7971076 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,7 +76,7 @@ dependencies { // If minSdk is like 25 or below, we seemingly need to desugar when // using aspectjrt 1.9.22 or above - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.2") // Instrumented testing androidTestImplementation "androidx.test.ext:junit:1.2.1" diff --git a/build.gradle b/build.gradle index a1a659d..2005e15 100644 --- a/build.gradle +++ b/build.gradle @@ -8,10 +8,10 @@ buildscript { } dependencies { //Android Gradle Plugin (AGP) - classpath "com.android.tools.build:gradle:8.5.1" + classpath "com.android.tools.build:gradle:8.5.2" //Kotlin - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" //AOP classpath "com.ibotta:plugin:1.4.1"