Update gradle wrapper to 4.2
This commit is contained in:
parent
657a91b036
commit
f20e04b590
|
@ -179,7 +179,7 @@ task filterAbout {
|
|||
inputs.files files(["src/main/templates/about.html",
|
||||
"src/main/AndroidManifest.xml"])
|
||||
outputs.file "src/main/assets/about.html"
|
||||
} << {
|
||||
} doLast {
|
||||
copy {
|
||||
from "src/main/templates/about.html"
|
||||
into "src/main/assets"
|
||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:2.2.3"
|
||||
classpath "com.android.tools.build:gradle:2.3.3"
|
||||
classpath "me.tatarka:gradle-retrolambda:3.3.1"
|
||||
classpath "me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2"
|
||||
classpath "com.github.triplet.gradle:play-publisher:1.1.4"
|
||||
|
@ -68,7 +68,7 @@ project.ext {
|
|||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = "3.5"
|
||||
gradleVersion = "4.2"
|
||||
}
|
||||
|
||||
// free build hack: common functions
|
||||
|
|
Binary file not shown.
|
@ -1,6 +1,5 @@
|
|||
#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.5-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-bin.zip
|
||||
|
|
|
@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
|
|||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||
MAX_FD="maximum"
|
||||
|
||||
warn ( ) {
|
||||
warn () {
|
||||
echo "$*"
|
||||
}
|
||||
|
||||
die ( ) {
|
||||
die () {
|
||||
echo
|
||||
echo "$*"
|
||||
echo
|
||||
|
@ -155,7 +155,7 @@ if $cygwin ; then
|
|||
fi
|
||||
|
||||
# Escape application args
|
||||
save ( ) {
|
||||
save () {
|
||||
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
|
||||
echo " "
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue