Skip to content

Commit c8f0adc

Browse files
committed
android build: Upgrade Gradle to 7.3.3
Done to parallel the RN template app at facebook/react-native@cd4c6659d, on the way to RN v0.68. Upstream release notes indicate it's a handful of bug fixes: https://docs.gradle.org/7.3.3/release-notes.html including some for the major vulnerability last year in Log4j. (This release went out 2021-12-22.)
1 parent 0a679d3 commit c8f0adc

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,6 +6,6 @@
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-7.3-all.zip
9+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
1010
zipStoreBase=GRADLE_USER_HOME
1111
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)