Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down