Skip to content

Commit

Permalink
Update AGP to 8.5.2 and update depndencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvp committed Sep 7, 2024
1 parent 266e374 commit 73986e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 73986e6

Please sign in to comment.