From 990ea644e4e4069ee32a9a009b02c073242d7d8c Mon Sep 17 00:00:00 2001 From: liuchao0206 Date: Sat, 30 Dec 2017 19:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81=E6=B7=B7?= =?UTF-8?q?=E6=B7=86=E8=A7=84=E5=88=99=EF=BC=8C=E9=81=BF=E5=85=8D=E6=B7=B7?= =?UTF-8?q?=E6=B7=86=20permission4m=20=E5=BC=95=E8=B5=B7=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/proguard-rules.pro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 569f58f..9f0a0cd 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -97,4 +97,10 @@ ## fastjson -dontwarn com.alibaba.fastjson.** --keep class com.alibaba.fastjson.** { *; } \ No newline at end of file +-keep class com.alibaba.fastjson.** { *; } + +## permission4m +-dontwarn com.joker.api.** +-keep class com.joker.api.** {*;} +-keep interface com.joker.api.** { *; } +-keep class **$$PermissionsProxy { *; } \ No newline at end of file