Commit 3010ed7a authored by Mygod's avatar Mygod

Fix incremental builds

parent 4fc56e2f
...@@ -49,6 +49,8 @@ libraryDependencies ++= Seq( ...@@ -49,6 +49,8 @@ libraryDependencies ++= Seq(
proguardVersion in Android := "5.2.1" proguardVersion in Android := "5.2.1"
proguardCache in Android := Seq()
proguardOptions in Android ++= Seq("-keep class com.github.shadowsocks.**", proguardOptions in Android ++= Seq("-keep class com.github.shadowsocks.**",
"-keep class com.github.shadowsocks.System { *; }", "-keep class com.github.shadowsocks.System { *; }",
"-keep class me.dm7.**", "-keep class me.dm7.**",
......
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