Sha256: 663245c355d55f8bc94eb502abb2a3af4be9a47e4276012cdd6cb2ebe1e24c28

Contents?: true

Size: 1.2 KB

Versions: 9

Compression:

Stored size: 1.2 KB

Contents

-keep class * extends java.util.ListResourceBundle {
    protected java.lang.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.
-keep @interface com.google.android.gms.common.annotation.KeepName
-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;
}

# Needed when building against pre-Marshmallow SDK.
-dontwarn android.security.NetworkSecurityPolicy

# Keep metadata about included modules.
-keep public class com.google.android.gms.dynamite.descriptors.** {
  public <fields>;
}

# Keep the implementation of the flags api for google-play-services-flags

-keep public class com.google.android.gms.flags.impl.FlagProviderImpl {
  public <fields>; public <methods>;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
motion-flow-0.1.8 vendor/android/google-play-services_lib/proguard.txt
motion-flow-0.1.7 vendor/android/google-play-services_lib/proguard.txt
motion-flow-0.1.6 vendor/android/google-play-services_lib/proguard.txt
motion-flow-0.1.5 vendor/android/google-play-services_lib/proguard.txt
motion-flow-0.1.4 vendor/android/google-play-services_lib/proguard.txt
motion-flow-0.1.3 vendor/android/google-play-services_lib/proguard.txt
motion-flow-0.1.2 vendor/android/google-play-services_lib/proguard.txt
motion-flow-0.1.1 vendor/android/google-play-services_lib/proguard.txt
motion-flow-0.1 vendor/android/google-play-services_lib/proguard.txt