feat: 增加代码混淆支持

This commit is contained in:
2026-06-05 13:53:26 +08:00
parent c316eff5be
commit 8b80770960
8 changed files with 248 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
-include ../../config/proguard/common-keep.pro
-keep class tech.easyflow.autoconfig.license.EasyflowLicenseBootstrapValidator { *; }
-keep class tech.easyflow.autoconfig.license.EasyflowLicenseProperties { *; }
-keep class tech.easyflow.autoconfig.license.EasyflowLicenseVerificationResult { *; }