proguard: Don't obfuscate stacktraces

Not really required with us being OSS

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-12-16 12:12:05 +05:30
parent e61551bf37
commit d1b2301dff
No known key found for this signature in database
GPG key ID: C2E74282C2133D62

View file

@ -21,3 +21,4 @@
-dontwarn com.google.common.**
-dontwarn org.slf4j.**
-keep class androidx.appcompat.widget.SearchView { *; }
-dontobfuscate