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

@ -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" />

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"