mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-19 01:55:40 +02:00
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:
parent
e61551bf37
commit
d1b2301dff
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
|
|
@ -21,3 +21,4 @@
|
|||
-dontwarn com.google.common.**
|
||||
-dontwarn org.slf4j.**
|
||||
-keep class androidx.appcompat.widget.SearchView { *; }
|
||||
-dontobfuscate
|
||||
|
|
|
|||
Loading…
Reference in a new issue