v0.3.1d: manifest commit
This commit is contained in:
parent
05dab4e582
commit
dab5499c22
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.shatteredpixel.shatteredpixeldungeon"
|
||||
android:versionCode="57"
|
||||
android:versionName="0.3.1c"
|
||||
android:versionCode="59"
|
||||
android:versionName="0.3.1d"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
|
|
|
@ -50,8 +50,13 @@ public class WelcomeScene extends PixelScene {
|
|||
"Happy Dungeoneering!";
|
||||
|
||||
private static final String TXT_Update =
|
||||
"v0.3.1d:\n" +
|
||||
"- Bug and crash fixes\n" +
|
||||
"- Added a health bar for bosses\n" +
|
||||
"- Added a hint to weak floor rooms\n" +
|
||||
"\n" +
|
||||
"v0.3.1c:\n" +
|
||||
"- fixed text not appearing on some devices\n" +
|
||||
"- Fixed text not appearing on some devices\n" +
|
||||
"\n" +
|
||||
"v0.3.1b:\n" +
|
||||
"- Various bugfixes\n" +
|
||||
|
|
Loading…
Reference in New Issue
Block a user