From e922b5260f98cee66d56e316ec355789583966a3 Mon Sep 17 00:00:00 2001 From: Simao Gomes Viana Date: Sun, 31 May 2020 19:03:32 +0200 Subject: app: main: res: add bools.xml with LeakCanary debug build config (#821) According to https://square.github.io/leakcanary/recipes/#leakcanary-in-release-builds this is necessary. As of now, the latest snapshot build crashes when starting. This is needed to prevent that. --- app/src/main/res/values/bools.xml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/src/main/res/values/bools.xml (limited to 'app') diff --git a/app/src/main/res/values/bools.xml b/app/src/main/res/values/bools.xml new file mode 100644 index 00000000..de1623ff --- /dev/null +++ b/app/src/main/res/values/bools.xml @@ -0,0 +1,4 @@ + + + true + -- cgit v1.2.3