Commit f96f58f3 authored by Mygod's avatar Mygod

Refine proguard rules

parent c3102d4b
......@@ -20,11 +20,9 @@ proguardVersion := "5.3.2"
proguardCache := Seq()
proguardOptions ++=
"-keep class com.github.shadowsocks.System { *; }" ::
"-keep class okhttp3.** { *; }" ::
"-keep interface okhttp3.** { *; }" ::
"-dontwarn okio.**" ::
"-dontwarn com.google.android.gms.internal.**" ::
"-dontwarn com.j256.ormlite.**" ::
"-dontwarn okio.**" ::
"-dontwarn org.xbill.**" ::
Nil
......
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