mirror of
https://github.com/rumboalla/apkupdater.git
synced 2025-08-06 13:50:58 +08:00
20 lines
669 B
Prolog
20 lines
669 B
Prolog
-keepattributes Signature
|
|
|
|
# Gson
|
|
-keep class com.google.gson.reflect.TypeToken { *; }
|
|
-keep class * extends com.google.gson.reflect.TypeToken
|
|
|
|
# OkHttp
|
|
-keep,allowobfuscation,allowshrinking class okhttp3.RequestBody
|
|
-keep,allowobfuscation,allowshrinking class okhttp3.ResponseBody
|
|
|
|
#Retrofit
|
|
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
|
|
-keep,allowobfuscation,allowshrinking interface retrofit2.Call
|
|
-keep,allowobfuscation,allowshrinking class retrofit2.Response
|
|
-if interface * { @retrofit2.http.* public *** *(...); }
|
|
-keep,allowoptimization,allowshrinking,allowobfuscation class <3>
|
|
|
|
# Models
|
|
-keep class com.apkupdater.data.** { *; }
|