Update gradle config

This commit is contained in:
Fredrik Fornwall 2017-07-09 21:07:18 +02:00
parent dc9272790b
commit adae111d5c
7 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@ android:
components:
- platform-tools
- tools
- build-tools-25.0.3
- build-tools-26.0.0
- android-25
- extra-android-m2repository

View file

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
buildToolsVersion "26.0.0"
dependencies {
compile 'com.android.support:support-annotations:25.3.1'

Binary file not shown.

View file

@ -1,6 +1,6 @@
#Sun Jun 11 22:47:00 CEST 2017
#Sun Jul 09 21:06:24 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.0.1-bin.zip

6
gradlew vendored
View file

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

View file

@ -18,7 +18,7 @@ ext {
android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
buildToolsVersion "26.0.0"
defaultConfig {
minSdkVersion 21

View file

@ -18,7 +18,7 @@ ext {
android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
buildToolsVersion "26.0.0"
dependencies {
compile 'com.android.support:support-annotations:25.3.1'