diff options
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r-- | app/proguard-rules.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro new file mode 100644 index 00000000..b2214466 --- /dev/null +++ b/app/proguard-rules.pro @@ -0,0 +1,5 @@ +# Squelch all warnings, they're harmless but ProGuard +# escalates them as errors. +-dontwarn sun.misc.Unsafe +# We're OSS anyway and who doesn't love a readable log +-dontobfuscate |