# Proguard rules for consumers of the Airbridge SDK.

# Exclude AdvertisingIdInfo of the Google Play Services
# so Airbridge can fetch the Advertising ID.
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {public *;}
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info { public *;}
