[client] Add .debug applicationIdSuffix for debug builds

This commit is contained in:
Abhishek Shroff
2025-05-05 19:28:54 +05:30
parent 354c6317da
commit e03cee377c
+4
View File
@@ -49,6 +49,10 @@ android {
}
buildTypes {
debug {
applicationIdSuffix ".debug"
versionNameSuffix "-DEBUG"
}
release {
signingConfig = signingConfigs.release
}