Skip to content

Commit b57968f

Browse files
rajveermalviyagnprice
authored andcommitted
deps android: Upgrade Gradle to 8.9, the latest
Release notes: https://docs.gradle.org/8.7/release-notes.html https://docs.gradle.org/8.8/release-notes.html https://docs.gradle.org/8.9/release-notes.html Some highlights: * 8.7 "Support for building projects with Java 22" * 8.8 "Full Java 22 support" * 8.9 "Error and warning reporting improvements" [greg: One other notable theme in the 8.7 and 8.8 release notes is caching improvements. Hopefully our builds might get faster.]
1 parent 156c693 commit b57968f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# the wrapper is the one from the new Gradle too.)
77
distributionBase=GRADLE_USER_HOME
88
distributionPath=wrapper/dists
9-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
9+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
1010
networkTimeout=10000
1111
validateDistributionUrl=true
1212
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)