Skip to content

Commit

Permalink
android build: Upgrade Gradle to 7.0.2
Browse files Browse the repository at this point in the history
Done to follow the template-app change in
facebook/react-native@13107fa3d. (Which it looks like RN actually
intended to make in facebook/react-native@85249cafe but forgot;
that's not important, I think.)

We didn't take facebook/react-native@13107fa3d on the path to the RN
v0.67 upgrade because of a blocker that was resolved with the Expo
44 upgrade in expo/expo@3edc37ae4. For details, expand the
`expo-screen-orientation` block in
  zulip#5203 (comment)
and see the comment on the `Installing ExpoModulesCore 0.6.4` output
from `pod install`.

Done by following the "How to upgrade Gradle" instructions at the
top of gradle-wrapper.properties. The result matched the
template-app commit except for upstream's line endings got messed
with because they didn't have Git set up properly to keep them
consistent:
  zulip#5426 (comment) .
  • Loading branch information
chrisbobbe committed Nov 22, 2022
1 parent 3fa18f3 commit a3eee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# the wrapper is the one from the new Gradle too.)
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a3eee62

Please sign in to comment.