This commit is contained in:
Anuken
2017-12-19 19:17:17 -05:00
parent ed59e7c7cb
commit 9e298bde03
96 changed files with 498 additions and 620 deletions

View File

@@ -13,7 +13,7 @@ dependencies {
}
android {
buildToolsVersion "25.0.0"
buildToolsVersion '26.0.2'
compileSdkVersion 25
sourceSets {
main {
@@ -35,10 +35,6 @@ android {
applicationId "io.anuke.mindustry"
minSdkVersion 9
targetSdkVersion 25
jackOptions {
enabled true
}
}
compileOptions {
@@ -46,6 +42,8 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
flavorDimensions "google"
productFlavors {
google {
buildConfigField "boolean", "DONATIONS_GOOGLE", "true"