From d44fca367137c278e70d39a1aa9f814189177392 Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 13 Aug 2020 21:12:01 -0700 Subject: [PATCH] up version strings --- xwords4/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 2bfcef3e1..b989b3332 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 = 158 -def VERSION_NAME = '4.4.162' +def VERSION_CODE_BASE = 159 +def VERSION_NAME = '4.4.163' def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY") def BUILD_INFO_NAME = "build-info.txt"