From 69ed251d6b28f0a817ebaa2458b3501e8ebb5ce0 Mon Sep 17 00:00:00 2001 From: ocos <1710831+ocos@users.noreply.github.com> Date: Fri, 21 Dec 2018 11:36:20 +0100 Subject: [PATCH] add rules for google android ads consent library --- libraries/proguard-google-ads-consent.pro | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libraries/proguard-google-ads-consent.pro 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