1
0
mirror of https://github.com/etesync/android synced 2024-11-21 23:48:11 +00:00

Proguard: update for the new deps.

This commit is contained in:
Tom Hacohen 2019-01-06 15:25:20 +00:00
parent c941918a26
commit 6a0fe39e27

View File

@ -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