v0.3.3b: manifest commit

This commit is contained in:
Evan Debenham 2015-12-25 18:40:22 -05:00
parent e7a7ac4936
commit 9eb8759fe1
2 changed files with 6 additions and 2 deletions

View File

@ -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="73" android:versionCode="74"
android:versionName="0.3.3a" android:versionName="0.3.3b"
android:installLocation="auto"> android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -63,6 +63,10 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!"; "Happy Dungeoneering!";
private static final String TXT_Update = private static final String TXT_Update =
"v0.3.3b:\n" +
"- Fixed start-crash on android 2.2\n" +
"- Fixed various crash bugs\n" +
"\n" +
"v0.3.3a:\n" + "v0.3.3a:\n" +
"- Added a small holiday treat ;)\n" + "- Added a small holiday treat ;)\n" +
"- Thieves now disappear when they get away\n" + "- Thieves now disappear when they get away\n" +