Edits to make GWT compilation work

This commit is contained in:
Anuken
2017-07-05 13:22:39 -04:00
parent 154247a461
commit 922ab26b0d
5 changed files with 8 additions and 6 deletions
+2 -2
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="1"
android:versionName="1.0" >
android:versionCode="2"
android:versionName="1.01" >
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="25" />