Summary: X-link: https://github.com/facebook/react-native/pull/49703 I'm bumping Gradle to the latest minor. https://docs.gradle.org/8.13/release-notes.html I'm also changing the distribution from `all` to `bin` as this reduces the download time of the distribution. Changelog: [Android] [Changed] - Gradle to 8.13 Reviewed By: NickGerleman Differential Revision: D70239710
8 lines
251 B
INI
8 lines
251 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
|
networkTimeout=10000
|
|
validateDistributionUrl=true
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|