Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
puyang1017 committed Jun 4, 2019
1 parent 17035a0 commit fe61cfc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions puymvpjava/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@

-keep class com.android.puy.puymvpjava.** {*;}

-keep class com.umeng.** {*;}

-keepclassmembers class * {
public <init> (org.json.JSONObject);
}

-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}
-dontshrink
-dontoptimize
-dontwarn com.google.android.maps.**
Expand Down

0 comments on commit fe61cfc

Please sign in to comment.