v0.3.1a: manifest commit

This commit is contained in:
Evan Debenham 2015-08-22 20:14:29 -04:00 committed by Evan Debenham
parent 79043dd79e
commit a6996c50c6
2 changed files with 11 additions and 4 deletions

View File

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="53"
android:versionName="0.3.1"
android:versionCode="55"
android:versionName="0.3.1a"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="21"/>
android:targetSdkVersion="23"/>
<uses-feature
android:glEsVersion="0x00020000"/>

View File

@ -50,7 +50,14 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!";
private static final String TXT_Update =
"New traps!:\n" +
"v0.3.1a:\n" +
"- fixed some display scaling issues\n" +
"- trap spawnrate is more consistent\n" +
"- quickslots now only target enemies that can be hit\n" +
"- Various other bugfixes\n" +
"\n" +
"v0.3.1:\n" +
"New traps!:\n" +
"- Over 20 new traps + tweaks to existing ones\n" +
"- Trap visuals overhauled\n" +
"- Traps now get trickier deeper in the dungeon\n" +