Skip to content

Commit

Permalink
Merge pull request #65 from ltype/master
Browse files Browse the repository at this point in the history
Rollback travis build tools version
  • Loading branch information
akuma06 committed Jul 26, 2017
2 parents 660c6c3 + 1b29c90 commit 1800c33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1800c33

Please sign in to comment.