From 1b29c9010a5df26980b063eb76e2a6f7bf20a5e0 Mon Sep 17 00:00:00 2001 From: ltype <920687062@qq.com> Date: Wed, 26 Jul 2017 07:55:13 +0800 Subject: [PATCH] Rollback travis build tools version --- .travis.yml | 3 --- app/build.gradle | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca1e51e..c25cc07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,9 +46,6 @@ before_install: - chmod +x gradlew - ./gradlew dependencies || true -install: -- echo yes | ${ANDROID_HOME}/tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "build-tools;26.0.0-rc2" "platforms;android-26" - before_script: - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & diff --git a/app/build.gradle b/app/build.gradle index 66d1ce7..a9ff325 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'kotlin-kapt' android { compileSdkVersion 26 - buildToolsVersion "26.0.0" + buildToolsVersion "25.0.3" defaultConfig { applicationId "cat.pantsu.nyaapantsu" minSdkVersion 21