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