killapp/Assets/Plugins/Android/proguard-user.txt

6 lines
313 B
Plaintext
Raw Normal View History

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