heck
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user