v0.4.2: proper manifest commit this time
This commit is contained in:
parent
23ac0135f3
commit
1b7ec49edb
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.shatteredpixel.shatteredpixeldungeon"
|
package="com.shatteredpixel.shatteredpixeldungeon"
|
||||||
android:versionCode="125"
|
android:versionCode="126"
|
||||||
android:versionName="0.4.2"
|
android:versionName="0.4.2"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ import java.util.UUID;
|
||||||
|
|
||||||
public class WelcomeScene extends PixelScene {
|
public class WelcomeScene extends PixelScene {
|
||||||
|
|
||||||
private static int LATEST_UPDATE = 125;
|
private static int LATEST_UPDATE = 126;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void create() {
|
public void create() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user