From 8fe438cb0031cb9a937e54965bff550e1d9bfe53 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 21 Nov 2018 12:49:40 +0100 Subject: [PATCH] Added -debug suffix to versionName, so in about page we can know if app is release or debug flavor --- app/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ddfce233d..d3b65f6c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,6 +87,7 @@ android { applicationIdSuffix ".debug" debuggable true jniDebuggable true + versionNameSuffix '-debug' } } @@ -111,16 +112,13 @@ dependencies { } androidTestImplementation 'com.jayway.android.robotium:robotium-solo:5.6.3' androidTestImplementation 'junit:junit:4.12' - implementation 'com.google.firebase:firebase-messaging:15.0.2' implementation 'com.android.billingclient:billing:1.2' - implementation 'org.apache.commons:commons-compress:1.16.1' implementation 'com.android.support:support-v4:28.0.0' implementation 'com.android.support:recyclerview-v7:28.0.0' implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:design:28.0.0' - if (isLocalAarAvailable()) { implementation project(":linphone-sdk-android") } else {