diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ab00e8a9..2e646e20 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -44,6 +44,7 @@ android { isDebuggable = true isShrinkResources = false isMinifyEnabled = false + applicationIdSuffix = ".debug" } // Release with analytics and minified, not debuggable diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml new file mode 100644 index 00000000..9e250eca --- /dev/null +++ b/app/src/debug/AndroidManifest.xml @@ -0,0 +1,27 @@ + + + + + + +