fix: 🐛 remove applicationSuffix for Android debug variant

RN can't handle varying appllicationIds when launching. Removing this so
the app is launched correctly with yarn run android

 Closes: #130
This commit is contained in:
Erik Hellman 2021-02-20 09:17:01 +01:00
parent c49c6ac641
commit 52370d9fc5
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.