From 5663cb773736a1af76c34556f7043a3709ddc9d2 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Tue, 23 Feb 2016 18:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B7=B7=E6=B7=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 502647092 --- proguard.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/proguard.conf b/proguard.conf index b7db682..47ef780 100644 --- a/proguard.conf +++ b/proguard.conf @@ -24,6 +24,7 @@ } # -----保护注解命令方法不被清理----- +-keepclassmembers class **.commands.HandlerCommand { ; } -keepclassmembers class * implements **.commands.HandlerCommands { @**.commands.HandlerCommand ;