From 16fccca3a8c227b072a0360d44b260bd598e4527 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 9 Mar 2019 17:38:18 -0800 Subject: [PATCH] up version code to try another gps release --- xwords4/android/app/build.gradle | 4 ++-- xwords4/android/app/src/main/assets/changes.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index b3a2561b6..66ec70910 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 = 138 -def VERSION_NAME = '4.4.141' +def VERSION_CODE_BASE = 139 +def VERSION_NAME = '4.4.142' 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 244ff7cca..b4ef959d3 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,7 +13,7 @@ -

CrossWords 4.4.141 release

+

CrossWords 4.4.142 release

This release changes how background networking works to comply with new Google requirements.