# 保留所有 Android 基础类 -keep class com.smartlibrary.** { *; } # 保留 Retrofit -keepattributes Signature -keepattributes Exceptions # 保留 Gson -keep class com.google.gson.** { *; }