Modify TODO, change 'about' text
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="io.anuke.mindustry"
|
||||
android:versionCode="25"
|
||||
android:versionCode="26"
|
||||
android:versionName="3.09b" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="25" />
|
||||
|
||||
@@ -33,7 +33,7 @@ android {
|
||||
}
|
||||
defaultConfig {
|
||||
applicationId "io.anuke.mindustry"
|
||||
minSdkVersion 11
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 25
|
||||
|
||||
jackOptions {
|
||||
|
||||
@@ -25,7 +25,6 @@ public class AndroidLauncher extends AndroidApplication{
|
||||
config.useImmersiveMode = true;
|
||||
|
||||
Mindustry.formatter = new Formatter(){
|
||||
@SuppressLint("SimpleDateFormat")
|
||||
SimpleDateFormat format = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm");
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user