Files
m-stecmd/app/proguard-rules.pro
阿猫 e96e92d7ab *
2026-09-03 12:38:16 +08:00

13 lines
432 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.
# app 壳混淆规则release
# S0 骨架期保持最小规则集S5 发布阶段随业务实体补全
# kotlinx.serialization保留序列化器生成逻辑S1 业务 DTO 接入后按类型名细化)
-keepattributes *Annotation*, InnerClasses
-dontnote kotlinx.serialization.AnnotationsKt
# OkHttp / Retrofit
-dontwarn okhttp3.**
-dontwarn okio.**
-dontwarn javax.annotation.**
-keepattributes Signature, Exceptions