From d199789593464c960d7698334a7d75935d4b60dc Mon Sep 17 00:00:00 2001 From: Eric House Date: Sun, 6 Sep 2020 11:27:46 -0700 Subject: [PATCH] up version strings and log for release --- xwords4/android/app/build.gradle | 4 ++-- xwords4/android/app/src/main/assets/changes.html | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index cf16f5af1..778d5468a 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,6 +1,6 @@ def INITIAL_CLIENT_VERS = 10 -def VERSION_CODE_BASE = 161 -def VERSION_NAME = '4.4.165' +def VERSION_CODE_BASE = 162 +def VERSION_NAME = '4.4.166' def BUILD_INFO_NAME = "build-info.txt" // Not all variants use the same BT_UUID. Those with the same talk to diff --git a/xwords4/android/app/src/main/assets/changes.html b/xwords4/android/app/src/main/assets/changes.html index 25349ad6f..b1e461232 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,9 +13,10 @@ -

CrossWords 4.4.165 release

+

CrossWords 4.4.166 release

-

This release fixes in-game chat

+

This release speeds device-to-device communication for some older + games

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

New with this release

    -
  • Fix sending of chat messages, broken on some devices since April. Sorry :-(
  • -
  • Stop requiring Storage permissions in most cases
  • -
  • Improve handling of incoming invitations
  • +
  • Preserve device's new-relay address across upgrades + (including this one)
  • +
  • Fix random number generation, e.g. for device addresses
  • +
  • Fix crash opening game reported on Play Store (thanks!)

(The full changelog