v0.5.0b: manifest commit
This commit is contained in:
parent
fb57051bcb
commit
6687e090bf
|
@ -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="158"
|
android:versionCode="159"
|
||||||
android:versionName="0.5.0a"
|
android:versionName="0.5.0b"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
|
@ -37,10 +37,14 @@ import com.watabou.noosa.ui.Component;
|
||||||
public class ChangesScene extends PixelScene {
|
public class ChangesScene extends PixelScene {
|
||||||
|
|
||||||
private static final String TXT_Update =
|
private static final String TXT_Update =
|
||||||
|
"_v0.5.0b:_\n" +
|
||||||
|
"_-_ Added new Language: Indonesian\n" +
|
||||||
|
"_-_ Fixed wand of fireblast not activating soul mark\n" +
|
||||||
|
"_-_ Various bugfixes and optimizations\n" +
|
||||||
|
"_-_ Translation updates\n" +
|
||||||
|
"\n"+
|
||||||
"_v0.5.0a:_\n" +
|
"_v0.5.0a:_\n" +
|
||||||
"_-_ Added new Language: Esperanto\n" +
|
"_-_ Added new Language: Esperanto\n" +
|
||||||
"_-_ Various Bugfixes\n" +
|
|
||||||
"_-_ Translation updates\n" +
|
|
||||||
"\n"+
|
"\n"+
|
||||||
"_v0.5.0:_\n" +
|
"_v0.5.0:_\n" +
|
||||||
"New Visuals!:\n" +
|
"New Visuals!:\n" +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user