diff --git a/app/build.gradle b/app/build.gradle index c7bd49e..647e451 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,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.22.1" + implementation "org.aspectj:aspectjrt:1.9.23" // If minSdk is like 25 or below, we seemingly need to desugar when // using aspectjrt 1.9.22 or above