Merge pull request #2837 from AntennaPod/upgrade-wrapper
Upgrade gradle wrapper to version 4.10.2
This commit is contained in:
commit
18043cc979
|
@ -70,8 +70,8 @@ project.ext {
|
||||||
wearableSupportVersion = "2.2.0"
|
wearableSupportVersion = "2.2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
task wrapper(type: Wrapper) {
|
wrapper {
|
||||||
gradleVersion = "4.4.1"
|
gradleVersion = "4.10.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
// free build hack: common functions
|
// free build hack: common functions
|
||||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
|
|
||||||
|
|
Loading…
Reference in New Issue