Merge pull request #2837 from AntennaPod/upgrade-wrapper

Upgrade gradle wrapper to version 4.10.2
This commit is contained in:
H. Lehmann 2018-09-27 17:12:45 +02:00 committed by GitHub
commit 18043cc979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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