diff --git a/pom.xml b/pom.xml index 51e700f..f53d43c 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,7 @@ + diff --git a/proguard.conf b/proguard.conf index c2a3163..b605541 100644 --- a/proguard.conf +++ b/proguard.conf @@ -16,9 +16,6 @@ # -----保留所有属性 -keepattributes ** -# -----替换包名 --repackageclasses \ʼ.ʽ.ʾ - # -----公共数据不混淆----- -keep class cn.citycraft.CommonData.** {*;}