Changed the Travis CI build tools version to be the same the project has.

This commit is contained in:
Iiro Krankka
2017-01-09 13:17:03 +02:00
parent e335e496cc
commit f008d5a9a5
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jdk:
oraclejdk8 oraclejdk8
before_script: before_script:
- echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window & - emulator -avd test -no-audio -no-window &
- android-wait-for-emulator - android-wait-for-emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &

View File

@@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
applicationId "com.codemate.booklibrary" applicationId "com.codemate.booklibrary"
minSdkVersion 19 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"