mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
up release constants so can install
This commit is contained in:
parent
effbc3ef00
commit
f5808e0514
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue