v0.3.1a: manifest commit
This commit is contained in:
parent
79043dd79e
commit
a6996c50c6
|
@ -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"/>
|
||||||
|
|
|
@ -50,6 +50,13 @@ public class WelcomeScene extends PixelScene {
|
||||||
"Happy Dungeoneering!";
|
"Happy Dungeoneering!";
|
||||||
|
|
||||||
private static final String TXT_Update =
|
private static final String TXT_Update =
|
||||||
|
"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" +
|
"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" +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user