v0.3.1b: manifest commit
This commit is contained in:
parent
f7edccfa28
commit
bdad692198
|
@ -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="55"
|
||||
android:versionName="0.3.1a"
|
||||
android:versionCode="56"
|
||||
android:versionName="0.3.1b"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
|
|
|
@ -50,6 +50,10 @@ public class WelcomeScene extends PixelScene {
|
|||
"Happy Dungeoneering!";
|
||||
|
||||
private static final String TXT_Update =
|
||||
"v0.3.1b:\n" +
|
||||
"- Various bugfixes\n" +
|
||||
"- Fixed blurry text on some displays\n" +
|
||||
"\n" +
|
||||
"v0.3.1a:\n" +
|
||||
"- fixed some display scaling issues\n" +
|
||||
"- trap spawnrate is more consistent\n" +
|
||||
|
|
Loading…
Reference in New Issue
Block a user