# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/jsoliman/android-bundle/sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
#   http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

-dontshrink
-dontskipnonpubliclibraryclassmembers
-keeppackagenames
-keep public class com.linkedin.audiencenetwork.core.** {
    public protected *;
    <fields>;
}
-dontwarn java.lang.invoke.StringConcatFactory

-keepattributes !Signature
-keepparameternames
-keep, allowobfuscation class companion* {*;}

-dontwarn com.google.api.client.http.GenericUrl
-dontwarn com.google.api.client.http.HttpHeaders
-dontwarn com.google.api.client.http.HttpRequest
-dontwarn com.google.api.client.http.HttpRequestFactory
-dontwarn com.google.api.client.http.HttpResponse
-dontwarn com.google.api.client.http.HttpTransport
-dontwarn com.google.api.client.http.javanet.NetHttpTransport$Builder
-dontwarn com.google.api.client.http.javanet.NetHttpTransport
-dontwarn com.google.errorprone.annotations.InlineMe
-dontwarn org.joda.time.Instant
