Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new_react-native_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
options:
- label: Verify that the Gradle version used is the same or higher ([see context](https://github.com/microsoft/react-native-test-app/pull/1935))
- label: Ensure React Native Gradle Plugin autolinking code are in sync ([see context](https://github.com/microsoft/react-native-test-app/pull/2075))
- label: Ensure feature flags are in sync ([see context](https://github.com/microsoft/rnx-kit/pull/3196/files))
- label: Ensure feature flags are in sync ([see context](https://github.com/microsoft/rnx-kit/pull/3196))
- type: checkboxes
id: checklist
attributes:
Expand Down
1 change: 1 addition & 0 deletions packages/app/android/gradle-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const INT_MAX = 2 ** 31 - 1;
* @type {[number, [number, string], [number, string]][]}
*/
const GRADLE_VERSIONS = [
[v(0, 85, 0), [v(9, 3, 1), "9.3.1"], [INT_MAX, ""]], // 0.85: [9.3.1, *)
[v(0, 82, 0), [v(9, 0, 0), "9.0.0"], [INT_MAX, ""]], // 0.82: [9.0.0, *)
[v(0, 80, 0), [v(8, 14, 3), "8.14.3"], [INT_MAX, ""]], // 0.80: [8.14.3, *)
[v(0, 79, 0), [v(8, 13, 0), "8.13"], [INT_MAX, ""]], // 0.79: [8.13, *)
Expand Down
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-9.0.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading