From f5808e0514c47b242c1ab87eff9540c6c9340d98 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 11 Apr 2020 12:08:03 -0700 Subject: [PATCH] up release constants so can install --- xwords4/android/app/build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 730d3986f..cfc75daf6 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -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"