# The proguard configuration file for the following section is /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/smaato-sdk-unified-bidding/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-7.0.3
# This is a configuration file for ProGuard.
# http://proguard.sourceforge.net/index.html#manual/usage.html
#
# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
# will be ignored by new version of the Android plugin for Gradle.

# Optimizations: If you don't want to optimize, use the proguard-android.txt configuration file
# instead of this one, which turns off the optimization flags.
# Adding optimization introduces certain risks, since for example not all optimizations performed by
# ProGuard works on all versions of Dalvik.  The following flags turn off various optimizations
# known to have issues, but the list may not be complete or up to date. (The "arithmetic"
# optimization can be used if you are only targeting Android 2.0 or later.)  Make sure you test
# thoroughly if you go this route.
-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
-optimizationpasses 5
-allowaccessmodification

-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-verbose

# Preserve some attributes that may be required for reflection.
-keepattributes *Annotation*,Signature,InnerClasses,EnclosingMethod

-keep public class com.google.vending.licensing.ILicensingService
-keep public class com.android.vending.licensing.ILicensingService
-keep public class com.google.android.vending.licensing.ILicensingService
-dontnote com.android.vending.licensing.ILicensingService
-dontnote com.google.vending.licensing.ILicensingService
-dontnote com.google.android.vending.licensing.ILicensingService

# For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
-keepclasseswithmembernames,includedescriptorclasses class * {
    native <methods>;
}

# Keep setters in Views so that animations can still work.
-keepclassmembers public class * extends android.view.View {
    void set*(***);
    *** get*();
}

# We want to keep methods in Activity that could be used in the XML attribute onClick.
-keepclassmembers class * extends android.app.Activity {
    public void *(android.view.View);
}

# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
-keepclassmembers enum * {
    public static **[] values();
    public static ** valueOf(java.lang.String);
}

-keepclassmembers class * implements android.os.Parcelable {
    public static final ** CREATOR;
}

# Preserve annotated Javascript interface methods.
-keepclassmembers class * {
    @android.webkit.JavascriptInterface <methods>;
}

# The support libraries contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older
# platform version. We know about them, and they are safe.
-dontnote android.support.**
-dontnote androidx.**
-dontwarn android.support.**
-dontwarn androidx.**

# This class is deprecated, but remains for backward compatibility.
-dontwarn android.util.FloatMath

# Understand the @Keep support annotation.
-keep class android.support.annotation.Keep
-keep class androidx.annotation.Keep

-keep @android.support.annotation.Keep class * {*;}
-keep @androidx.annotation.Keep class * {*;}

-keepclasseswithmembers class * {
    @android.support.annotation.Keep <methods>;
}

-keepclasseswithmembers class * {
    @androidx.annotation.Keep <methods>;
}

-keepclasseswithmembers class * {
    @android.support.annotation.Keep <fields>;
}

-keepclasseswithmembers class * {
    @androidx.annotation.Keep <fields>;
}

-keepclasseswithmembers class * {
    @android.support.annotation.Keep <init>(...);
}

-keepclasseswithmembers class * {
    @androidx.annotation.Keep <init>(...);
}

# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
-dontnote org.apache.http.**
-dontnote android.net.http.**

# These classes are duplicated between android.jar and core-lambda-stubs.jar.
-dontnote java.lang.invoke.**

# End of content from /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/smaato-sdk-unified-bidding/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-7.0.3
# The proguard configuration file for the following section is /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/proguard/proguard-rules.pro
-dontobfuscate
-keeppackagenames
-printmapping out.map

-keepclassmembernames class * {
    java.lang.Class class$(java.lang.String);
    java.lang.Class class$(java.lang.String, boolean);
}

-keepclassmembers, allowobfuscation class * {
    @com.smaato.sdk.core.util.diinjection.Inject *;
    @com.smaato.sdk.core.util.diinjection.Named *;
}

-keepclassmembers class * extends java.lang.Enum {
    public static **[] values();
    public static ** valueOf(java.lang.String);
}

-dontwarn java.lang.invoke.**
-dontwarn **$$Lambda$*
-ignorewarnings

-keep class **.R
-keep class **.R$* {
    <fields>;
}

-renamesourcefileattribute SourceFile
-keepattributes Signature,Exceptions,InnerClasses,EnclosingMethod,*Annotation*,SourceFile,LineNumberTable,Deprecated,MethodParameters

-keep public class * extends com.smaato.sdk.core.util.fi.Function
-keep public class * extends com.smaato.sdk.core.framework.AdPresenterModuleInterface
-keep public class * extends com.smaato.sdk.core.framework.ModuleInterface
-keep public class * extends com.smaato.sdk.core.framework.SdkInitialisationObserver
-keep public class * extends com.smaato.sdk.core.framework.ServiceModuleInterface

-keep public class * implements com.smaato.sdk.core.framework.AdPresenterModuleInterface
-keep public class * implements com.smaato.sdk.core.framework.ModuleInterface
-keep public class * implements com.smaato.sdk.core.framework.SdkInitialisationObserver
-keep public class * implements com.smaato.sdk.core.framework.ServiceModuleInterface

# End of content from /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/proguard/proguard-rules.pro
# The proguard configuration file for the following section is /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/smaato-sdk-unified-bidding/proguard-rules.pro
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
#   http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
#   public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-keep class **.UnifiedBidding { *; }
-keep class **.UnifiedBidding$PrebidListener { *; }
-keepnames class **.UBError { public protected *; }
-keepnames class **.UBBidRequestError { public protected *; }
-keepnames class **.UBBannerSize { public protected *; }
-keepnames class **.UBBid { public protected *; }

-keepclassmembers, allowobfuscation class **.UBError { *; }
-keepclassmembers, allowobfuscation class **.UBBidRequestError { *; }
-keepclassmembers, allowobfuscation class **.UBBannerSize { *; }
-keepclassmembers, allowobfuscation class **.UBBid { *; }

-keepparameternames
# End of content from /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/smaato-sdk-unified-bidding/proguard-rules.pro
# The proguard configuration file for the following section is /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/smaato-sdk-unified-bidding/build/intermediates/aapt_proguard_file/release/aapt_rules.txt
# Generated by the gradle plugin

# End of content from /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/smaato-sdk-unified-bidding/build/intermediates/aapt_proguard_file/release/aapt_rules.txt
# The proguard configuration file for the following section is /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/module-core/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt
-keep public class com.smaato.sdk.** {
    public protected <fields>;
    public protected <methods>;
}

-keep public interface com.smaato.sdk.** {
     public protected <fields>;
     public protected <methods>;
}

-dontwarn com.google.auto.value.**

-keep public class com.google.android.gms.ads.identifier.AdvertisingIdClient { *; }
-keep public class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info { *; }
# End of content from /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/module-core/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt
# The proguard configuration file for the following section is /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/smaato-sdk-base/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt
-keep public class com.smaato.sdk.** {
    public protected <fields>;
    public protected <methods>;
}

-keep public interface com.smaato.sdk.** {
     public protected <fields>;
     public protected <methods>;
}

-dontwarn com.google.auto.value.**

-keep public class com.google.android.gms.ads.identifier.AdvertisingIdClient { *; }
-keep public class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info { *; }
# End of content from /home/jenkins/agent/workspace/Android_SDK_Build_release_21.7.1/smaato-sdk-base/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt
# The proguard configuration file for the following section is /home/jenkins/.gradle/caches/transforms-3/fd79a97b918750532fea27cdb306574b/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro
-keep,allowobfuscation @interface androidx.annotation.Keep
-keep @androidx.annotation.Keep class * {*;}

-keepclasseswithmembers class * {
    @androidx.annotation.Keep <methods>;
}

-keepclasseswithmembers class * {
    @androidx.annotation.Keep <fields>;
}

-keepclasseswithmembers class * {
    @androidx.annotation.Keep <init>(...);
}

-keepclassmembers,allowobfuscation class * {
  @androidx.annotation.DoNotInline <methods>;
}

# End of content from /home/jenkins/.gradle/caches/transforms-3/fd79a97b918750532fea27cdb306574b/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro
# The proguard configuration file for the following section is <unknown>
-keep class **.R
-keep class **.R$* {*;}
-ignorewarnings
# End of content from <unknown>