# Imported by library consumer

# Already obfuscated
-keep class com.adgem.android.internal.** { *; }

# Using reflection to access AdvertisingIdClient and acuire Google Ad ID.
# TODO look to see if this is still required with updated GMS Ads
#noinspection ShrinkerUnresolvedReference
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient { *; }
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info { *; }

# Retrofit
-dontwarn javax.annotation.**

# We use androidx only at compile time. Consumer application should not care.
-dontwarn androidx.annotation.**

# OKIO
-dontwarn okio.**
-dontwarn okhttp3.**
-dontwarn org.codehaus.**
