diff --git a/libraries/proguard-google-ads-consent.pro b/libraries/proguard-google-ads-consent.pro new file mode 100644 index 0000000..13e22d4 --- /dev/null +++ b/libraries/proguard-google-ads-consent.pro @@ -0,0 +1,8 @@ +# Google Ads Consent Library +# https://developers.google.com/admob/android/eu-consent#example_project-level_buildgradle_excerpt + +-keep class com.google.ads.consent.** { ; } + +-keepattributes *Annotation* + +-keepattributes Signature