diff --git a/app/build.gradle b/app/build.gradle index bbf5121..793939f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { // AspectJ - Required for the Ibotta AspectJ Plugin // That plugin is compiled against v1.9.6 but here we // are trying to use the latest to ensure compatibility - implementation "org.aspectj:aspectjrt:1.9.25" + implementation "org.aspectj:aspectjrt:1.9.25.1" // If minSdk is like 25 or below, we seemingly need to desugar when // using aspectjrt 1.9.22 or above diff --git a/build.gradle b/build.gradle index 5739599..6c37d7e 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { classpath "com.android.tools.build:gradle:8.13.2" //Kotlin - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0" //AOP classpath "com.ibotta:plugin:1.4.1"