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:
parent
c941918a26
commit
6a0fe39e27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user