killapp/Assets/Plugins/Android/proguard-user.txt
“虞渠成” f52b2a6b29 feat: 更新音效系统与Android混淆配置
1.  新增Sonic等6种音效类型替换原有音效枚举
2.  移除音效多语言配置直接使用枚举名显示
3.  修复工厂重置与页面返回的加载弹窗逻辑
4.  优化蓝牙连接时的UI数据覆盖问题
5.  启用自定义Proguard规则保护蓝牙与文件选择插件
2026-07-03 16:09:54 +08:00

6 lines
313 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 保留 Unity Bluetooth LE 插件类(通过 AndroidJavaClass 反射调用R8 无法检测到使用)
-keep class com.shatalmic.unityandroidbluetoothlelib.** { *; }
# 保留 FilePicker 插件类(通过 AndroidJavaClass 反射调用R8 无法检测到使用)
-keep class com.unity.filepicker.** { *; }