Commit 7a87eab4 authored by Max Lv's avatar Max Lv

Update proguard rules

parent 07eb4d2a
......@@ -49,8 +49,10 @@ libraryDependencies ++= Seq(
proguardVersion in Android := "5.2.1"
proguardOptions in Android ++= Seq("-keep class com.github.shadowsocks.** { <init>(...); }",
proguardOptions in Android ++= Seq("-keep class com.github.shadowsocks.**",
"-keep class com.github.shadowsocks.System { *; }",
"-keep class me.dm7.**",
"-keep class com.google.android.gms.**",
"-keepattributes *Annotation*",
"-dontnote com.j256.ormlite.**",
"-dontnote 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