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 {