Merge pull request #162 from kolplattformen/fix/remove-app-suffix-for-android-debug

fix: 🐛 remove applicationSuffix for Android debug variant
This commit is contained in:
Erik Hellman 2021-02-21 13:33:31 +01:00 committed by GitHub
commit 2409725104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ android {
buildTypes {
debug {
signingConfig signingConfigs.debug
applicationIdSuffix ".debug"
}
release {
// Caution! In production, you need to generate your own keystore file.