build: Remove debug app suffix

This commit is contained in:
krille-chan 2024-03-09 09:02:33 +01:00
parent f3012ce3a2
commit 3ca8bf6028
No known key found for this signature in database

View file

@ -65,7 +65,6 @@ android {
buildTypes {
debug {
signingConfig signingConfigs.debug
applicationIdSuffix ".debug"
versionNameSuffix "-debug"
}
release {