Commit 5d902be5 authored by Mygod's avatar Mygod

Reduce proguard output

parent 14267260
......@@ -51,4 +51,6 @@ proguardVersion in Android := "5.2.1"
proguardOptions in Android ++= Seq("-keep class com.github.shadowsocks.** { <init>(...); }",
"-keep class com.github.shadowsocks.System { *; }",
"-keepattributes *Annotation*",
"-dontnote com.j256.ormlite.**",
"-dontnote org.xbill.**",
"-dontwarn org.xbill.**")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment