Skip to content

Commit 191fd02

Browse files
deps android: Upgrade Gradle to 9.0.0, from 8.14.3
Changelog: https://docs.gradle.org/9.0.0/release-notes.html Some highlights: - Configuration Cache improves build performance by caching and reusing the result of the configuration phase. - Embeds the latest stable release of Kotlin 2.2.x runtime and uses Kotlin language version 2.2. - Update to Groovy 4 - Version numbers are expressed as MAJOR.MINOR.PATCH, whereas previous minor releases omitted the patch segment (e.g., 8.5 instead of 8.5.0).
1 parent ce358c3 commit 191fd02

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.14.3-all.zip
9+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-all.zip
1010
networkTimeout=10000
1111
validateDistributionUrl=true
1212
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)