Travis update, using 'android:components' instead of 'install' for base installations

This commit is contained in:
Yair Morgenstern
2018-12-03 10:17:06 +02:00
parent 4f0f163c00
commit 1e17df4b1e
3 changed files with 17 additions and 8 deletions

View File

@ -1,6 +1,6 @@
android {
buildToolsVersion "28.0.3"
compileSdkVersion 26
compileSdkVersion 28
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
@ -20,7 +20,7 @@ android {
defaultConfig {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 26
targetSdkVersion 28
versionCode 172
versionName "2.10.9"
}