mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 15:27:45 +07:00
heck
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="io.anuke.mindustry"
|
||||
android:versionCode="38"
|
||||
android:versionName="3.1.2" >
|
||||
android:versionCode="39"
|
||||
android:versionName="3.2b" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="25" />
|
||||
<uses-permission android:name="com.android.vending.BILLING" />
|
||||
|
@ -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