diff --git a/android/app/build.gradle b/android/app/build.gradle
index 923f82e0a..c652ad3be 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -65,6 +65,8 @@ android {
buildTypes {
debug {
signingConfig signingConfigs.debug
+ applicationIdSuffix ".debug"
+ versionNameSuffix "-debug"
}
release {
signingConfig signingConfigs.release
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
deleted file mode 100644
index 4a2a1f5d7..000000000
--- a/android/app/src/debug/AndroidManifest.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml
deleted file mode 100644
index 4a2a1f5d7..000000000
--- a/android/app/src/profile/AndroidManifest.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-