diff options
Diffstat (limited to 'play-services-base/proguard.txt')
-rw-r--r-- | play-services-base/proguard.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/play-services-base/proguard.txt b/play-services-base/proguard.txt index 0c9693a..5e03f78 100644 --- a/play-services-base/proguard.txt +++ b/play-services-base/proguard.txt @@ -17,4 +17,8 @@ # 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 +} + +# classes introduced in higher API levels than we use as target +-dontwarn com.google.android.gms.common.SupportErrorDialogFragment +-dontwarn com.google.android.gms.common.api.**
\ No newline at end of file |