Skip to content

Commit

Permalink
Upgrade Gradle and AGP (8.9 / 8.6)
Browse files Browse the repository at this point in the history
Upgrade Gradle to 8.9 and AGP to 8.6 (in conjunction with upgrading
Android Studio to 2024.1.2).
  • Loading branch information
tmo1 committed Aug 29, 2024
1 parent 6c67e15 commit 08e4df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.2'
classpath 'com.android.tools.build:gradle:8.6.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Sun Jan 09 23:54:26 EST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
# https://gradle.org/release-checksums/
# https://commonsware.com/blog/2023/01/28/applying-distributionSha256Sum-gradle-android-studio.html
distributionSha256Sum=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab

0 comments on commit 08e4df6

Please sign in to comment.