mirror of
https://github.com/status-im/react-native.git
synced 2025-01-12 10:34:57 +00:00
51b12dd375
Summary: Just change gradle.properties version number to change gradle version is not the right way. Because sometimes the gradlew and gradlew.bat or even the jar need to be updated too. I also add the wrapper task to `build.gradle`, so next time, we just need to change the version number and execute `gradlew wrapper`. pass all current ci. none [GENERAL] [BUGFIX] [Android] - fix gradle wrapper issue Pull Request resolved: https://github.com/facebook/react-native/pull/19976 Differential Revision: D9229655 Pulled By: hramos fbshipit-source-id: 63d1ddea6174f87778612a4e6711baac5787b0f8
6 lines
200 B
INI
6 lines
200 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
|