use sdk26 -- will be required soon anyway

This commit is contained in:
Eric House 2018-07-15 10:33:09 -07:00
parent 2d8ac995b7
commit 276ef38108
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ android:
- tools
- platform-tools
- build-tools-27.0.3
- android-23
- android-26
before_script:
- export TERM=dumb
- curl -L http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin -O

View file

@ -33,7 +33,7 @@ android {
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
targetSdkVersion 26
versionCode VERSION_CODE_BASE
versionName VERSION_NAME
}