From f4104a318a190ff5ab24345e28ec28de15e094ea Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 25 Jul 2020 14:03:49 -0700 Subject: [PATCH] modify version strings for new release --- xwords4/android/app/build.gradle | 4 ++-- xwords4/android/app/src/main/assets/changes.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index b418cec40..280f4d63d 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,6 +1,6 @@ def INITIAL_CLIENT_VERS = 9 -def VERSION_CODE_BASE = 157 -def VERSION_NAME = '4.4.161' +def VERSION_CODE_BASE = 158 +def VERSION_NAME = '4.4.162' def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY") def BUILD_INFO_NAME = "build-info.txt" diff --git a/xwords4/android/app/src/main/assets/changes.html b/xwords4/android/app/src/main/assets/changes.html index f8726bef1..4ab86ade7 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,10 +13,10 @@ -

CrossWords 4.4.161 release

+

CrossWords 4.4.162 release

-

This minor release removes an under-construction image I added - recently. It made friends think they were being hacked.

+

This minor release adds a few translations and removes a feature + that prevented building for F-Droid.

Please take @@ -26,9 +26,9 @@

New with this release

    -
  • Remove under-construction image that flashed by as a thumbnail was loading
  • -
  • Make color of line separating board tiles configurable
  • -
  • Change how dialogs are handled internally. You should NOT notice!
  • +
  • Pull in translations (from Weblate)
  • +
  • Re-enable F-Droid builds by disabling the new networking + code (using MQTT -- yeah, TMI :-)

(The full changelog