Update gradle to version 3.5

This commit is contained in:
Martin Fietz 2017-05-31 17:09:20 +02:00
parent b1bb29ddc2
commit d5db62c70b
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ project.ext {
}
task wrapper(type: Wrapper) {
gradleVersion = "3.2.1"
gradleVersion = "3.5"
}
// free build hack: common functions

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Sat Dec 03 12:40:10 CET 2016
#Wed May 31 17:07:18 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip