From 12f88f967c9cdd007c01c7c25c6253fcaf6e76cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8F=82?= <799657600@qq.com> Date: Thu, 31 Jul 2025 10:26:04 +0800 Subject: [PATCH] =?UTF-8?q?readme=E6=B7=B7=E6=B7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d465df7..f8e2f5b 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,9 @@ ADStateUtils.setSwitchRequestListener(new ADStateUtils.SwitchRequestListener() { ### 注意事项 #### ⚠️ 如果开启了混淆 -[混淆AD](http://124.221.136.193:3000/app-lib/JKBaseLib/src/branch/master/app/proguard-rules-ad.pro) -[混淆BASE](http://124.221.136.193:3000/app-lib/JKBaseLib/src/branch/master/app/proguard-rules-base.pro) +###### [混淆AD地址](http://124.221.136.193:3000/app-lib/JKBaseLib/src/branch/master/app/proguard-rules-ad.pro) +###### [混淆BASE地址](http://124.221.136.193:3000/app-lib/JKBaseLib/src/branch/master/app/proguard-rules-base.pro) +```java release { minifyEnabled true // 启用代码混淆 shrinkResources true // 移除未使用资源(需配合混淆) @@ -105,6 +106,7 @@ release { __'proguard-rules-base.pro'__ signingConfig signingConfigs.release } +``` ### 注意事项 #### ⚠️ 正式发布前确认: