Files
customer-im-client-dev/apps/im_app/android/app/proguard-rules.pro
2026-03-06 15:05:53 +08:00

10 lines
270 B
Prolog
Raw Permalink 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.
# Flutter
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
-dontwarn io.flutter.embedding.**
# Dart / Flutter engine避免混淆后反射找不到类
-keep class com.cusotmer.im.** { *; }
# 如有第三方 SDK 需要 keep在此追加