From a9701525b76eec1ddc477b5ea290f229d60d2c33 Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 19 Jul 2018 06:47:18 -0700 Subject: [PATCH] up version string for new release --- xwords4/android/app/build.gradle | 4 ++-- xwords4/android/app/src/main/assets/changes.html | 12 ++++-------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 25a7ba80f..1359656ab 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,6 +1,6 @@ def INITIAL_CLIENT_VERS = 8 -def VERSION_CODE_BASE = 133 -def VERSION_NAME = '4.4.137' +def VERSION_CODE_BASE = 134 +def VERSION_NAME = '4.4.138' def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY") def GCM_SENDER_ID = System.getenv("GCM_SENDER_ID") 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 a9e62de26..11ac4bb5c 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,9 +13,9 @@ -

CrossWords 4.4.137 release

+

CrossWords 4.4.138 release

-

This release paves the way for play-via-SMS improvements.

+

This release fixes a nasty Bluetooth crash

Please take @@ -25,12 +25,8 @@

New with this release

    -
  • Add new SMS-handling code. One feature isn't compatible with - the previous release so it won't be activated until there's been - time for everybody to upgrade.
  • -
  • Include new Catalan translations
  • -
  • Fix bug causing (rarely) unending notifications of wordlist - upgrade
  • +
  • Don't crash every time bluetooth messages arrive
  • +
  • Fix two other less likely reported crashes (Thanks!)

(The full changelog