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.
This commit is contained in:
Simao Gomes Viana
2020-05-31 19:03:32 +02:00
committed by GitHub
parent 8bacbf5ed6
commit e922b5260f

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="leak_canary_allow_in_non_debuggable_build">true</bool>
</resources>