From a93b1da6fa54e0033c5da73737f72011e74839ac Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 16 Jan 2019 11:14:35 -0800 Subject: [PATCH] up client version Will allow to distinguish on relay what clients can receive GCM. --- 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 dbc2e49fe..7e0be47a0 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,4 +1,4 @@ -def INITIAL_CLIENT_VERS = 8 +def INITIAL_CLIENT_VERS = 9 def VERSION_CODE_BASE = 137 def VERSION_NAME = '4.4.141' def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")