v0.6.0a: manifest commit
This commit is contained in:
parent
8e48305bd1
commit
58b4d66395
|
@ -1,8 +1,8 @@
|
||||||
<?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="181"
|
android:versionCode="183"
|
||||||
android:versionName="0.6.0"
|
android:versionName="0.6.0a"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
|
@ -38,6 +38,10 @@ import com.watabou.noosa.ui.Component;
|
||||||
public class ChangesScene extends PixelScene {
|
public class ChangesScene extends PixelScene {
|
||||||
|
|
||||||
private static final String TXT_Update =
|
private static final String TXT_Update =
|
||||||
|
"_v0.6.0a:_\n" +
|
||||||
|
"_-_ Various bug and crash fixes\n" +
|
||||||
|
"_-_ Resume indicator now appears in more cases\n" +
|
||||||
|
"\n"+
|
||||||
"_v0.6.0:_\n" +
|
"_v0.6.0:_\n" +
|
||||||
"New levelgen!\n" +
|
"New levelgen!\n" +
|
||||||
"_-_ Level creation algorithm completely overhauled!\n" +
|
"_-_ Level creation algorithm completely overhauled!\n" +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user