You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 保留所有 Android 基础类
|
|
-keep class com.smartlibrary.** { *; }
|
|
|
|
# 保留 Retrofit
|
|
-keepattributes Signature
|
|
-keepattributes Exceptions
|
|
|
|
# 保留 Gson
|
|
-keep class com.google.gson.** { *; }
|