Commit 19be10fb authored by Mygod's avatar Mygod

Update proguard

parent 70aa867c
......@@ -46,6 +46,8 @@ libraryDependencies ++= Seq(
"com.github.clans" % "fab" % "1.6.3"
)
proguardVersion in Android := "5.2.1"
proguardOptions in Android ++= Seq("-keep class com.github.shadowsocks.** { <init>(...); }",
"-keep class com.github.shadowsocks.System { *; }",
"-keepattributes *Annotation*",
......
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