From 8c4e9f823d2a465a7e5a244d5bf14de06b6849a2 Mon Sep 17 00:00:00 2001 From: gayatriii0803 <119813120+gayatriii0803@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:35:13 +0530 Subject: [PATCH] feat(android): add build type separation and debug app Fixes: #15827 --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index fd9d6dbd60..b460ecb7e2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -42,6 +42,7 @@ android { debug { buildConfigField "boolean", "GOOGLE_SERVICES_ENABLED", "${googleServicesEnabled}" buildConfigField "boolean", "LIBRE_BUILD", "${rootProject.ext.libreBuild}" + applicationIdSuffix ".debug" } release { // Uncomment the following line for singing a test release build.