v0.3.0d: manifest commit

This commit is contained in:
Evan Debenham 2015-06-12 01:52:06 -04:00 committed by Evan Debenham
parent b25ba94a71
commit baa83b7e43
2 changed files with 11 additions and 8 deletions

View File

@ -1,20 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="44"
android:versionName="0.3.0c"
android:versionCode="45"
android:versionName="0.3.0d"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-sdk
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18"/>
android:targetSdkVersion="21"/>
<uses-feature
<uses-feature
android:glEsVersion="0x00020000"/>
<supports-screens
<supports-screens
android:smallScreens="false"
android:normalScreens="true"
android:largeScreens="true"/>

View File

@ -30,7 +30,10 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!";
private static final String TXT_Update =
"v0.3.0c:\n" +
"v0.3.0d:\n" +
"- Various bugfixes\n" +
"\n" +
"v0.3.0c:\n" +
"- Lots of under-the-hood changes\n" +
"(let me know if you run into any bugs)\n" +
"- Many bugfixes\n" +