This commit is contained in:
Nut.andor
2023-05-21 18:19:09 +02:00
parent ee3b82c0b1
commit 3db80216a4
3 changed files with 6 additions and 6 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,19 +1,19 @@
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
=============
* Not able to complete quest More rats! - fixed
* Fixed: Not able to complete quest "More rats!"
* 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]