mirror of
https://github.com/AndorsTrailRelease/andors-trail.git
synced 2025-12-26 16:07:27 +01:00
version
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user