Skip to content

Commit

Permalink
Update AGP to 8.5.0-alpha01 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov authored Mar 21, 2024
1 parent 89f684b commit 38b3ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ minSdk = "24"
compileSdk = "34"
targetSdk = "33"

agp = "8.4.0-alpha13"
android-tools-common = "31.4.0-alpha13"
agp = "8.5.0-alpha01"
android-tools-common = "31.5.0-alpha01"
anvil = "2.5.0-beta04"
bmversions = "0.51.0"
detekt = "1.23.5"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
google()
}
dependencies {
classpath("com.android.tools.build:gradle:8.4.0-alpha13")
classpath("com.android.tools.build:gradle:8.5.0-alpha01")
classpath("com.squareup.anvil:gradle-plugin:2.5.0-beta04")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.9")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23")
Expand Down

0 comments on commit 38b3ee9

Please sign in to comment.