From 269a01ed42916153e5c5e777e07724c08774c40f Mon Sep 17 00:00:00 2001 From: sal0max Date: Wed, 21 Sep 2022 06:57:42 +0200 Subject: Allow parallel installation of debug and release versions (#636) * Allow parallel installation of debug and release versions ...by adding '.debug' suffix to application id * add separate app name resource for debug build --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c5bd8ebf..4b97efb8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -419,7 +419,7 @@