summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijmen Wildervanck <Tijmen.Wildervanck@gmail.com>2017-10-14 10:09:11 +0200
committeryvesf <yvesf-git@xapek.org>2017-10-16 20:28:41 +0200
commit940b88c8b0b11a33cfed1737963a202ae896d328 (patch)
treec6e38554c31104b25873c650b1ef8da4671fa122
parent6986f3eaaa131cbfde815a2a0ffca9b36dc2fbd9 (diff)
downloadandiodine-940b88c8b0b11a33cfed1737963a202ae896d328.tar.gz
andiodine-940b88c8b0b11a33cfed1737963a202ae896d328.zip
update Buildtools a second time
-rw-r--r--.travis.yml2
-rw-r--r--build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 628b2f9..4fdb953 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ jdk:
android:
components:
- - build-tools-25.0.2
+ - build-tools-25.0.3
- android-21
before_install:
diff --git a/build.gradle b/build.gradle
index 2c9d2ab..6b00b57 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 21
- buildToolsVersion '25.0.2'
+ buildToolsVersion '25.0.3'
sourceSets.main {
jniLibs.srcDir 'libs'