From a147fbec24d087434a7196b6b05f49c26d78d973 Mon Sep 17 00:00:00 2001 From: Laxmi kant Date: Tue, 27 Dec 2022 17:00:35 +0530 Subject: [PATCH] new flavor added --- ccp/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/build.gradle b/ccp/build.gradle index 7eef723..149242b 100644 --- a/ccp/build.gradle +++ b/ccp/build.gradle @@ -28,8 +28,8 @@ android { buildTypes { debug{ - applicationIdSuffix = ".debug" - manifestPlaceholders["appName"] = "MCode" +// applicationIdSuffix = ".debug" +// manifestPlaceholders["appName"] = "MCode" minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' }