signing fix

This commit is contained in:
Finnley Somdahl 2023-12-02 18:34:40 -06:00
parent afa960c808
commit 121be4bc6f
3 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ android {
debug {
applicationIdSuffix ".beta"
manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher_beta", icon_placeholder_round: "@mipmap/ic_launcher_beta_round"]
debuggable false
debuggable true
}
release {
manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher", icon_placeholder_round: "@mipmap/ic_launcher_round"]