v0.3.1c: manifest commit
This commit is contained in:
parent
e5a6c70732
commit
a9fa47b942
|
@ -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="56"
|
android:versionCode="57"
|
||||||
android:versionName="0.3.1b"
|
android:versionName="0.3.1c"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
|
@ -50,6 +50,9 @@ public class WelcomeScene extends PixelScene {
|
||||||
"Happy Dungeoneering!";
|
"Happy Dungeoneering!";
|
||||||
|
|
||||||
private static final String TXT_Update =
|
private static final String TXT_Update =
|
||||||
|
"v0.3.1c:\n" +
|
||||||
|
"- fixed text not appearing on some devices\n" +
|
||||||
|
"\n" +
|
||||||
"v0.3.1b:\n" +
|
"v0.3.1b:\n" +
|
||||||
"- Various bugfixes\n" +
|
"- Various bugfixes\n" +
|
||||||
"- Fixed blurry text on some displays\n" +
|
"- Fixed blurry text on some displays\n" +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user