Skip to content

Commit

Permalink
Update proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jul 6, 2016
1 parent 07eb4d2 commit 7a87eab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.**",
Expand Down

0 comments on commit 7a87eab

Please sign in to comment.