# Proguard configuration file for map-sdk. This would be added as part of the generated AAR file that would be used by app using our SDK.

-keepattributes SourceFile,LineNumberTable
-keepattributes InnerClasses
-keepattributes EnclosingMethod
-keepattributes Exceptions
-keepattributes Signature

-keep class com.akamai.** { *; }
-keep interface com.akamai.android.** { *; }

-dontwarn org.xbill.DNS.**
-dontwarn com.akamai.android.sdk.cronet.**
-dontwarn com.akamai.android.sdk.quic.**
-dontwarn com.akamai.android.sdk.net.DNSWrapperImpl.**
-dontwarn com.akamai.android.amplite.**
-dontwarn com.akamai.android.sdk.brotliinter.**
-dontwarn com.google.firebase.messaging.FirebaseMessaging
-dontwarn com.google.firebase.messaging.RemoteMessage