mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 22:00:24 +07:00
Travis update, using 'android:components' instead of 'install' for base installations
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user