manga extensions fix

This commit is contained in:
Finnley Somdahl 2024-01-08 23:23:17 -06:00
parent 01f9e86475
commit 326b848e57
8 changed files with 36 additions and 16 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"]