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"?> <?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="53" android:versionCode="55"
android:versionName="0.3.1" android:versionName="0.3.1a"
android:installLocation="auto"> android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.VIBRATE"/>
<uses-sdk <uses-sdk
android:minSdkVersion="8" android:minSdkVersion="8"
android:targetSdkVersion="21"/> android:targetSdkVersion="23"/>
<uses-feature <uses-feature
android:glEsVersion="0x00020000"/> android:glEsVersion="0x00020000"/>

View File

@ -50,7 +50,14 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!"; "Happy Dungeoneering!";
private static final String TXT_Update = 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" + "- Over 20 new traps + tweaks to existing ones\n" +
"- Trap visuals overhauled\n" + "- Trap visuals overhauled\n" +
"- Traps now get trickier deeper in the dungeon\n" + "- Traps now get trickier deeper in the dungeon\n" +