• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ProGuard Configuration file
2#
3# See http://proguard.sourceforge.net/index.html#manual/usage.html
4
5# Needed to keep generic types and @Key annotations accessed via reflection
6
7-keepattributes Signature,RuntimeVisibleAnnotations,AnnotationDefault
8
9-keepclassmembers class * {
10  @com.google.api.client.util.Key <fields>;
11}
12
13# Needed by google-http-client-android when linking against an older platform version
14
15-dontwarn com.google.api.client.extensions.android.**
16
17# Needed by google-api-client-android when linking against an older platform version
18
19-dontwarn com.google.api.client.googleapis.extensions.android.**
20
21# Needed by google-play-services when linking against an older platform version
22
23-dontwarn com.google.android.gms.**
24