v0.3.0d: manifest commit
This commit is contained in:
parent
b25ba94a71
commit
baa83b7e43
|
@ -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="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
|
||||
android:minSdkVersion="8"
|
||||
android:targetSdkVersion="18"/>
|
||||
android:targetSdkVersion="21"/>
|
||||
|
||||
<uses-feature
|
||||
android:glEsVersion="0x00020000"/>
|
||||
|
|
|
@ -30,6 +30,9 @@ public class WelcomeScene extends PixelScene {
|
|||
"Happy Dungeoneering!";
|
||||
|
||||
private static final String TXT_Update =
|
||||
"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" +
|
||||
|
|
Loading…
Reference in New Issue
Block a user