Shrink snet APK, and prevent crashing

This commit is contained in:
topjohnwu
2018-07-28 23:40:41 +08:00
parent a747fdd27d
commit b8eaff66fa
5 changed files with 28 additions and 23 deletions

View File

@@ -20,6 +20,7 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.topjohnwu.snet.* { *; }
-ignorewarnings
-keep class com.topjohnwu.snet.Snet { *; }
-dontwarn java.lang.invoke**
-dontwarn com.google.android.gms.common.GooglePlayServicesUtil**