don't obfuscate error logs

This commit is contained in:
Bnyro 2022-08-08 17:36:44 +02:00
parent 0b2f63c4f5
commit c4b8d4fba6

View File

@ -25,3 +25,6 @@
# prevents android from removing it
-keep class com.github.libretube.update.** { *; }
# prevents obfuscation in debug logs
-dontobfuscate