From df2a3837a90c6150f9c3a768a13cd2a9a1a4a62f 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