Merge pull request #999 from Bnyro/master

don't obfuscate error logs
This commit is contained in:
Bnyro 2022-08-08 17:38:31 +02:00 committed by GitHub
commit fa71a90b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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