mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
use sdk26 -- will be required soon anyway
This commit is contained in:
parent
2d8ac995b7
commit
276ef38108
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -33,7 +33,7 @@ android {
|
|||
buildToolsVersion '27.0.3'
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 26
|
||||
versionCode VERSION_CODE_BASE
|
||||
versionName VERSION_NAME
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue