From 84ad9e00f25a4a574ab08e0c2bf4c89e65c30573 Mon Sep 17 00:00:00 2001 From: supern_lee Date: Tue, 30 Aug 2016 17:05:43 +0800 Subject: [PATCH] =?UTF-8?q?ci=EF=BC=9A22.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c4ad24..c028202 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ env: android: components: - - build-tools-24.0.1 + - build-tools-22.0.1 before_script: # Create and start emulator diff --git a/build.gradle b/build.gradle index abe28b4..05bf9b9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 19 - buildToolsVersion "24.0.1" + buildToolsVersion "22.0.1" sourceSets { main {