From a408fedeb386631b903b6631831e1f67e08a16f9 Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:37:33 +0600 Subject: [PATCH] Move firebase permission removal to standard flavor And disable some more stuff (cherry picked from commit be671b42cefd70180644e01bb065a18cb7701bf9) --- app/src/main/AndroidManifest.xml | 22 ----------------- app/src/standard/AndroidManifest.xml | 36 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 22 deletions(-) create mode 100644 app/src/standard/AndroidManifest.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 09b896f56..55747a8b1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -43,23 +43,6 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +