use Gradle v4.10, android tools v3.1.4, bintray plugin v1.8.4

v3.2
Stephen Gold 6 years ago
parent f338e7347c
commit 3b43907301
  1. 9
      build.gradle
  2. BIN
      gradle/wrapper/gradle-wrapper.jar
  3. 11
      gradle/wrapper/gradle-wrapper.properties
  4. 6
      gradlew

@ -1,10 +1,11 @@
buildscript { buildscript {
repositories { repositories {
google()
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.0' classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.5' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
} }
} }
@ -115,10 +116,6 @@ task mergedSource(type: Copy){
} }
task wrapper(type: Wrapper, description: 'Creates and deploys the Gradle wrapper to the current directory.') {
gradleVersion = '4.1'
}
ext { ext {
ndkCommandPath = "" ndkCommandPath = ""
ndkExists = false ndkExists = false

Binary file not shown.

@ -1,6 +1,5 @@
#Sun Sep 17 22:55:30 EDT 2017 distributionBase=GRADLE_USER_HOME
distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists
distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME
zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists
zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip

6
gradlew vendored

@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value. # Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum" MAX_FD="maximum"
warn ( ) { warn () {
echo "$*" echo "$*"
} }
die ( ) { die () {
echo echo
echo "$*" echo "$*"
echo echo
@ -155,7 +155,7 @@ if $cygwin ; then
fi fi
# Escape application args # Escape application args
save ( ) { save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " " echo " "
} }

Loading…
Cancel
Save