Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(10)

Side by Side Diff: google-api-client-assembly/proguard-google-api-client.txt

Issue 6486050: [api issue 594] rename g-a-c-android2 to g-a-c-android (Closed) Base URL: https://google-api-java-client.googlecode.com/hg/
Patch Set: small fix Created 12 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « google-api-client-assembly/pom.xml ('k') | google-api-client-assembly/readme.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # ProGuard Configuration file
2 #
3 # See http://proguard.sourceforge.net/index.html#manual/usage.html
4
5 # Needed by google-http-client to keep generic types and @Key annotations access ed 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 Guava
14 # See https://groups.google.com/forum/#!topic/guava-discuss/YCZzeCiIVoI
15
16 -dontwarn sun.misc.Unsafe
17 -dontwarn com.google.common.collect.MinMaxPriorityQueue
18
19 # Needed by google-http-client-android when linking against an older platform ve rsion
20
21 -dontwarn com.google.api.client.extensions.android.**
22 -dontwarn com.google.api.client.googleapis.extensions.android.**
OLDNEW
« no previous file with comments | « google-api-client-assembly/pom.xml ('k') | google-api-client-assembly/readme.html » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b