up version strings

This commit is contained in:
Eric House 2020-08-13 21:12:01 -07:00
parent ddf0f185d4
commit d44fca3671

View file

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