Skip to content

Commit

Permalink
1.common包更新版本v9.6.7。
Browse files Browse the repository at this point in the history
  • Loading branch information
umeng7887 committed Jan 5, 2024
1 parent 05f8d12 commit 216a44b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file removed UMLibrary/libs/umeng-common-9.6.6.aar
Binary file not shown.
Binary file added UMLibrary/libs/umeng-common-9.6.7.aar
Binary file not shown.
15 changes: 15 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,18 @@
-keep public class **.R$* {
public static final int *;
}

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

-keep class org.repackage.** {*;}

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

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

-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}

0 comments on commit 216a44b

Please sign in to comment.