Commit 3a785ab7 authored by Mygod's avatar Mygod

Fix Proguard warnings

parent b68689f7
...@@ -10,6 +10,7 @@ versionCode := Some(187) ...@@ -10,6 +10,7 @@ versionCode := Some(187)
proguardOptions ++= proguardOptions ++=
"-dontwarn com.google.android.gms.internal.**" :: "-dontwarn com.google.android.gms.internal.**" ::
"-dontwarn com.j256.ormlite.**" :: "-dontwarn com.j256.ormlite.**" ::
"-dontwarn okhttp3.**" ::
"-dontwarn okio.**" :: "-dontwarn okio.**" ::
"-dontwarn org.xbill.**" :: "-dontwarn org.xbill.**" ::
"-keep class com.github.shadowsocks.JniHelper { *; }" :: "-keep class com.github.shadowsocks.JniHelper { *; }" ::
......
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