From 41ffb467c2260db0ce61b76787573c5538821a3a Mon Sep 17 00:00:00 2001 From: Mauricio Colli Date: Sun, 15 Mar 2020 17:37:40 -0300 Subject: [PATCH] Revert manifest removal from build variant The file was responsible for making the app use the Debug application class, which various debug tools depended on. --- app/src/debug/AndroidManifest.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/src/debug/AndroidManifest.xml diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml new file mode 100644 index 000000000..5cc2fa66a --- /dev/null +++ b/app/src/debug/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file