Update build.gradle

This commit is contained in:
rebel onion
2024-01-08 22:03:39 -06:00
committed by GitHub
parent 005eac1238
commit 9f71dab4e2

View File

@@ -27,7 +27,7 @@ android {
buildTypes {
debug {
applicationIdSuffix ".sad"
applicationIdSuffix ".beta"
manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher_beta", icon_placeholder_round: "@mipmap/ic_launcher_beta_round"]
debuggable false
}