feat(android): add build type separation and debug app

Fixes: #15827
This commit is contained in:
gayatriii0803
2025-03-24 15:35:13 +05:30
committed by GitHub
parent fe1f858ef9
commit 8c4e9f823d

View File

@@ -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.