up release constants so can install

This commit is contained in:
Eric House 2020-04-11 12:08:03 -07:00
parent effbc3ef00
commit f5808e0514

View file

@ -1,6 +1,6 @@
def INITIAL_CLIENT_VERS = 9
def VERSION_CODE_BASE = 151
def VERSION_NAME = '4.4.155'
def VERSION_CODE_BASE = 152
def VERSION_NAME = '4.4.156'
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
def BUILD_INFO_NAME = "build-info.txt"
@ -220,7 +220,8 @@ android {
debug {
debuggable true
resValue "bool", "DEBUG", "true"
minifyEnabled true // for testing
// Drop this. Takes too long to build
// minifyEnabled true // for testing
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
// This doesn't work on marshmallow: duplicate permission error
// applicationIdSuffix ".debug"