From dca4963b93906cf138748d204f5707e9e6b4c756 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Wed, 30 Jul 2014 15:03:32 +0200 Subject: Import Google Play Services --- google-play-services_lib/proguard.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 google-play-services_lib/proguard.txt (limited to 'google-play-services_lib/proguard.txt') diff --git a/google-play-services_lib/proguard.txt b/google-play-services_lib/proguard.txt new file mode 100644 index 0000000..0c9693a --- /dev/null +++ b/google-play-services_lib/proguard.txt @@ -0,0 +1,20 @@ +-keep class * extends java.util.ListResourceBundle { + protected Object[][] getContents(); +} + +# Keep SafeParcelable value, needed for reflection. This is required to support backwards +# compatibility of some classes. +-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable { + public static final *** NULL; +} + +# Keep the names of classes/members we need for client functionality. +-keepnames @com.google.android.gms.common.annotation.KeepName class * +-keepclassmembernames class * { + @com.google.android.gms.common.annotation.KeepName *; +} + +# Needed for Parcelable/SafeParcelable Creators to not get stripped +-keepnames class * implements android.os.Parcelable { + public static final ** CREATOR; +} \ No newline at end of file -- cgit v1.1