From 940b88c8b0b11a33cfed1737963a202ae896d328 Mon Sep 17 00:00:00 2001 From: Tijmen Wildervanck Date: Sat, 14 Oct 2017 10:09:11 +0200 Subject: update Buildtools a second time --- .travis.yml | 2 +- build.gradle | 2 +- 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' -- cgit v1.2.1