Skip to content

Commit

Permalink
Update AGP to 8.5.0-alpha05, Gradle to 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Apr 15, 2024
1 parent 38b3ee9 commit f1a9dab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5.0-alpha01"
android-tools-common = "31.5.0-alpha01"
agp = "8.5.0-alpha05"
android-tools-common = "31.5.0-alpha05"
anvil = "2.5.0-beta04"
bmversions = "0.51.0"
detekt = "1.23.5"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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.5.0-alpha01")
classpath("com.android.tools.build:gradle:8.5.0-alpha05")
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 f1a9dab

Please sign in to comment.