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 +- app/src/main/res/layout/activity_search.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/src/main') 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 @@ + tools:application="ml.docilealligator.infinityforreddit.activities.SearchActivity"> + app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed" /> -- cgit v1.2.3