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

12 lines
614 B
Plaintext
Raw Normal View History

# 保留 Unity Bluetooth LE 插件类(通过 AndroidJavaClass 反射调用R8 无法检测到使用)
-keep class com.shatalmic.unityandroidbluetoothlelib.** { *; }
# 保留 FilePicker 插件类(通过 AndroidJavaClass 反射调用R8 无法检测到使用)
-keep class com.unity.filepicker.** { *; }
# 保留 ffmpeg-kit 全部类(R8 混淆后 ffmpeg-kit 内部 native 调用会失效)
-keep class com.arthenica.ffmpegkit.** { *; }
-keep class com.arthenica.ffmpegkit.**$* { *; }
# 保留 smartexception stub(ffmpeg-kit 内部 swordfish 依赖)
-keep class com.arthenica.smartexception.java.** { *; }