aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/proguard-rules.pro
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2018-12-18 22:18:00 +0530
committerHarsh Shandilya <msfjarvis@gmail.com>2018-12-18 22:18:00 +0530
commit37ae5520d645e726ba9755430ad23a1bbd90bf15 (patch)
treeb171ff4f68a68cb5244850e0fc2fc32eda2ccf3b /app/proguard-rules.pro
parentVersion bump (diff)
downloadwireguard-android-37ae5520d645e726ba9755430ad23a1bbd90bf15.tar.xz
wireguard-android-37ae5520d645e726ba9755430ad23a1bbd90bf15.zip
Enable proguard and wire up rules
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to '')
-rw-r--r--app/proguard-rules.pro5
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