From 9d8cb727ea69bc9b1394df8d894fe1f6827de270 Mon Sep 17 00:00:00 2001 From: PanktiSPrajapati Date: Fri, 18 Apr 2025 22:01:54 +0530 Subject: [PATCH] - removed package name suffix --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d061972..b01393b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -47,13 +47,13 @@ android { create("preProd") { isMinifyEnabled = true - applicationIdSuffix = ".preProd" +// applicationIdSuffix = ".preProd" isDebuggable = true } getByName("debug") { isMinifyEnabled = true - applicationIdSuffix = ".debug" +// applicationIdSuffix = ".debug" isDebuggable = true }