summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijmen Wildervanck <Tijmen.Wildervanck@gmail.com>2017-10-13 22:28:33 +0200
committeryvesf <yvesf-git@xapek.org>2017-10-13 23:38:16 +0200
commit6986f3eaaa131cbfde815a2a0ffca9b36dc2fbd9 (patch)
tree57b8def1364b7ceb579c4cf8ca0cef1eb98bc728
parentb5cb91721fc3c5db1de9d12b330a896d5dd174ba (diff)
downloadandiodine-6986f3eaaa131cbfde815a2a0ffca9b36dc2fbd9.tar.gz
andiodine-6986f3eaaa131cbfde815a2a0ffca9b36dc2fbd9.zip
update Gradle and Buildtools and fix YMLv1.4
-rw-r--r--.travis.yml4
-rw-r--r--build.gradle4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties4
3 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c738fa..628b2f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ jdk:
android:
components:
- - build-tools-21.1.2
- - android-15
+ - build-tools-25.0.2
+ - android-21
before_install:
- git clone --depth 1 https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
diff --git a/build.gradle b/build.gradle
index 25b4423..2c9d2ab 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.2'
+ classpath 'com.android.tools.build:gradle:2.3.3'
}
}
@@ -12,7 +12,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 21
- buildToolsVersion "21.1.2"
+ buildToolsVersion '25.0.2'
sourceSets.main {
jniLibs.srcDir 'libs'
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 89e2d3d..b70567b 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Mon Nov 21 21:42:02 GMT 2016
+#Fri Oct 13 18:56:29 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip