From 1534298422a535ba01d39eb0f62c2a28f34f0c0a Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 25 Aug 2020 08:24:30 -0700 Subject: [PATCH] up client version There's no change that matters, but on relay I want to see the upgrade rate. --- xwords4/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 5a9e97a8e..fbdd9915b 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,4 +1,4 @@ -def INITIAL_CLIENT_VERS = 9 +def INITIAL_CLIENT_VERS = 10 def VERSION_CODE_BASE = 159 def VERSION_NAME = '4.4.163' def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")