This commit is contained in:
阿猫
2026-09-03 12:38:16 +08:00
parent 09669fe4a2
commit e96e92d7ab
68 changed files with 2810 additions and 0 deletions

12
app/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,12 @@
# 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