From e8127a22fba408371ae33c05079b8db4f5eebf29 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 20 Jul 2020 08:08:54 -0700 Subject: [PATCH] cleanup and update version strings commented out more of variable line-thickness since the ability to set has been removed. --- xwords4/android/app/build.gradle | 4 ++-- xwords4/android/app/src/main/assets/changes.html | 3 ++- .../java/org/eehouse/android/xw4/BoardCanvas.java | 12 +++++++----- .../main/java/org/eehouse/android/xw4/XWPrefs.java | 1 - 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 1bd74364b..d7356d9e1 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 = 156 -def VERSION_NAME = '4.4.160' +def VERSION_CODE_BASE = 157 +def VERSION_NAME = '4.4.161' 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 f4c1eadb1..f8726bef1 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -27,8 +27,8 @@

New with this release

(The full changelog @@ -36,6 +36,7 @@

Coming soon