This commit is contained in:
Nut.andor
2023-05-21 18:17:44 +02:00
parent 8988f37896
commit d636cce01b
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gpl.rpg.AndorsTrail"
android:versionCode="72"
android:versionName="0.8.7"
android:versionName="0.8.6.1"
android:installLocation="auto"
>

View File

@@ -28,7 +28,7 @@ public final class AndorsTrailApplication extends Application {
public static final boolean DEVELOPMENT_FASTSPEED = false;
public static final boolean DEVELOPMENT_VALIDATEDATA = false;
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;
public static final String CURRENT_VERSION_DISPLAY = "0.8.7";
public static final String CURRENT_VERSION_DISPLAY = "0.8.6.1";
public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*");
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS || DEVELOPMENT_FASTSPEED || !IS_RELEASE_VERSION;
public static final int DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION = 999;

View File

@@ -1,7 +1,7 @@
I put both (release notes + forum announcement) into this source, so it will be easier to maintain them parallel:
APK 72 (0.8.7) Another Ratdom bug fix
APK 72 (0.8.6.1) Another Ratdom bug fix
Release notes
=============
@@ -9,11 +9,11 @@ Release notes
* Translation updates
Forum announcement //2023-05-14
Forum announcement //2023-05-21
==================
Hello adventurers,
we had to create another bug fix version (v0.8.7)
we had to create another bug fix version (v0.8.6.1)
[list]In certain cases the quest "More rats!" could not be completed.
[/list]