1
0
mirror of https://github.com/etesync/android synced 2024-12-23 15:18:14 +00:00

Proguard: update for the new deps.

This commit is contained in:
Tom Hacohen 2019-01-06 15:25:20 +00:00
parent e5f750e5de
commit 2867d1564c

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