feat: add more helpers/developers

This commit is contained in:
rebelonion 2024-02-08 08:15:51 -06:00
parent f088b90964
commit 22e687b9d8
3 changed files with 26 additions and 8 deletions

View file

@ -51,7 +51,7 @@ android {
applicationIdSuffix ".beta"
versionNameSuffix "-beta01"
manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher_beta", icon_placeholder_round: "@mipmap/ic_launcher_beta_round"]
debuggable System.getenv("CI") == null
debuggable false
}
release {
manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher", icon_placeholder_round: "@mipmap/ic_launcher_round"]