v0.6.2: actual manifest commit
This commit is contained in:
parent
da159b41ad
commit
86393f09a4
|
@ -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="221"
|
android:versionCode="222"
|
||||||
android:versionName="0.6.2"
|
android:versionName="0.6.2"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ public class ShatteredPixelDungeon extends Game {
|
||||||
|
|
||||||
public static final int v0_6_1 = 205;
|
public static final int v0_6_1 = 205;
|
||||||
|
|
||||||
public static final int v0_6_2 = 221;
|
public static final int v0_6_2 = 222;
|
||||||
|
|
||||||
public ShatteredPixelDungeon() {
|
public ShatteredPixelDungeon() {
|
||||||
super( WelcomeScene.class );
|
super( WelcomeScene.class );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user