From 090727af87938e584bc951d4f366bda9d72b34a8 Mon Sep 17 00:00:00 2001 From: JD Porterfield Date: Tue, 2 Apr 2024 00:29:18 -0700 Subject: [PATCH] Update note for accuracy --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b96b056..ff833c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.6.1" // AspectJ - Required for the Ibotta AspectJ Plugin - // That plugin is compiled against v1.9.7 but here we + // 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"