mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +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
|
- tools
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- build-tools-27.0.3
|
- build-tools-27.0.3
|
||||||
- android-23
|
- android-26
|
||||||
before_script:
|
before_script:
|
||||||
- export TERM=dumb
|
- export TERM=dumb
|
||||||
- curl -L http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin -O
|
- 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'
|
buildToolsVersion '27.0.3'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 8
|
minSdkVersion 8
|
||||||
targetSdkVersion 23
|
targetSdkVersion 26
|
||||||
versionCode VERSION_CODE_BASE
|
versionCode VERSION_CODE_BASE
|
||||||
versionName VERSION_NAME
|
versionName VERSION_NAME
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue