v0.2.3d: final commit
This commit is contained in:
parent
61f296907f
commit
2119f0d1b9
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.shatteredpixel.shatteredpixeldungeon"
|
||||
android:versionCode="29"
|
||||
android:versionName="0.2.3c"
|
||||
android:versionCode="30"
|
||||
android:versionName="0.2.3d"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
|
|
|
@ -35,7 +35,8 @@ public class WelcomeScene extends PixelScene {
|
|||
|
||||
private static final String TXT_SameVer =
|
||||
"v0.2.3a and v0.2.3b fix some crash bugs players were experiencing, make sure to report any issues if you are still having them!\n\n" +
|
||||
"v0.2.3c fixes numerous issues, and gives some buffs to two of the new artifacts.";
|
||||
"v0.2.3c fixes numerous issues, and gives some buffs to two of the new artifacts.\n\n" +
|
||||
"v0.2.3d fixes numerous bugs, both from this release and older ones.";
|
||||
|
||||
private static final String TXT_Future =
|
||||
"It seems that your current saves are from a future version of Shattered Pixel Dungeon!\n\n"+
|
||||
|
|
Loading…
Reference in New Issue
Block a user