From 6a0fe39e27630ada382823bcbcfcf5b20dd56adc Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 6 Jan 2019 15:25:20 +0000 Subject: [PATCH] Proguard: update for the new deps. --- app/proguard-rules.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/proguard-rules.txt b/app/proguard-rules.txt index 7f19cf11..8fceb5b1 100644 --- a/app/proguard-rules.txt +++ b/app/proguard-rules.txt @@ -12,6 +12,12 @@ -allowaccessmodification -dontpreverify +# Kotlin +-dontwarn kotlin.** + +# Apache Commons +-dontwarn javax.script.** + # ez-vcard -dontwarn ezvcard.io.json.** # JSON serializer (for jCards) not used -dontwarn freemarker.** # freemarker templating library (for creating hCards) not used