up client version

Will allow to distinguish on relay what clients can receive GCM.
This commit is contained in:
Eric House 2019-01-16 11:14:35 -08:00
parent ddf12b6523
commit a93b1da6fa

View file

@ -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")