Files
Abbidot_Android/easysocket/consumer-rules.pro
2026-07-14 11:16:42 +08:00

15 lines
523 B
Prolog
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.

# ============================================================
# easysocket 库模块 consumer-rules.pro传递给 App
# 库实际包名com.easysocketnamespace
# 要求:完全不混淆
# ============================================================
-keep class com.easysocket.** { *; }
-keepclassmembers class com.easysocket.** {
public <init>(...);
<fields>;
<methods>;
}
-keepattributes Signature,*Annotation*,InnerClasses,EnclosingMethod,RuntimeVisibleAnnotations
-dontwarn com.easysocket.**