Skip to content

Commit

Permalink
更新代码混淆规则,避免混淆 permission4m 引起的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchao0206 committed Dec 30, 2017
1 parent e8b53fe commit 990ea64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,10 @@

## fastjson
-dontwarn com.alibaba.fastjson.**
-keep class com.alibaba.fastjson.** { *; }
-keep class com.alibaba.fastjson.** { *; }

## permission4m
-dontwarn com.joker.api.**
-keep class com.joker.api.** {*;}
-keep interface com.joker.api.** { *; }
-keep class **$$PermissionsProxy { *; }

0 comments on commit 990ea64

Please sign in to comment.