From 1fd9b9ed1df63a21b170c5e342bbfef5dab4ce4f Mon Sep 17 00:00:00 2001 From: 502647092 Date: Tue, 23 Feb 2016 14:16:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B7=B7=E6=B7=86=E6=96=87?= =?UTF-8?q?=E4=BB=B6...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 502647092 --- proguard.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proguard.conf b/proguard.conf index e14d976..b7db682 100644 --- a/proguard.conf +++ b/proguard.conf @@ -2,7 +2,8 @@ -dontoptimize # -----忽略所有警告----- --ignorewarnings +-dontwarn +-dontnote # -----混淆时应用侵入式重载----- -overloadaggressively @@ -30,4 +31,4 @@ } # -----保护命令解析正常----- --keepnames class * extends **.commands.BaseCommand +-keepnames class * extends **.commands.BaseCommand \ No newline at end of file