v0.6.5a: manifest commit

This commit is contained in:
Evan Debenham 2018-05-04 21:07:50 -04:00
parent eb0dd4b47c
commit dbdc60e435
2 changed files with 15 additions and 3 deletions

View File

@ -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="260"
android:versionName="0.6.5"
android:versionCode="261"
android:versionName="0.6.5a"
android:installLocation="auto">
<uses-sdk

View File

@ -137,7 +137,19 @@ public class ChangesScene extends PixelScene {
// v0.6.5
//**********************
ChangeInfo changes = new ChangeInfo("v0.6.5", true, "");
ChangeInfo changes = new ChangeInfo("v0.6.5a", true, "");
changes.hardlight( Window.TITLE_COLOR );
infos.add(changes);
changes.addButton( new ChangeButton(new Image(Assets.SPINNER, 144, 0, 16, 16), Messages.get(this, "bugfixes"),
"Fixed(Caused by 0.6.5):\n" +
"_-_ Korean language crashes\n" +
"_-_ Viscocity deferring damage before it is blocked by armor"));
changes.addButton( new ChangeButton(Icons.get(Icons.LANGS), Messages.get(this, "language"),
"Updated Translations"));
changes = new ChangeInfo("v0.6.5", true, "");
changes.hardlight( Window.TITLE_COLOR );
infos.add(changes);