X-Git-Url: http://www.average.org/gitweb/?p=WhereAmI.git;a=blobdiff_plain;f=proguard.cfg;h=0c865e22375cb14158c84baf0d6778773c58ffe3;hp=b1cdf17b5bb40b4839cfc80f7e91bbcf7b94f798;hb=a31985512603ab20577d7da88dc01ea0a3718742;hpb=4b9b982f86a201f57cd9c48d8a7246e768a018dc diff --git a/proguard.cfg b/proguard.cfg index b1cdf17..0c865e2 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -38,3 +38,15 @@ -keep class * implements android.os.Parcelable { public static final android.os.Parcelable$Creator *; } + +# Needed by google-api-client to keep generic types and @Key annotations accessed via reflection + +-keepclassmembers class * { + @com.google.api.client.util.Key ; +} + +-keepattributes Signature,RuntimeVisibleAnnotations,AnnotationDefault + +# Needed by Guava + +-dontwarn sun.misc.Unsafe