mirror of
https://github.com/etesync/android
synced 2024-12-24 15:38:09 +00:00
Proguard: update for the new deps.
This commit is contained in:
parent
e5f750e5de
commit
2867d1564c
@ -12,6 +12,12 @@
|
|||||||
-allowaccessmodification
|
-allowaccessmodification
|
||||||
-dontpreverify
|
-dontpreverify
|
||||||
|
|
||||||
|
# Kotlin
|
||||||
|
-dontwarn kotlin.**
|
||||||
|
|
||||||
|
# Apache Commons
|
||||||
|
-dontwarn javax.script.**
|
||||||
|
|
||||||
# ez-vcard
|
# ez-vcard
|
||||||
-dontwarn ezvcard.io.json.** # JSON serializer (for jCards) not used
|
-dontwarn ezvcard.io.json.** # JSON serializer (for jCards) not used
|
||||||
-dontwarn freemarker.** # freemarker templating library (for creating hCards) not used
|
-dontwarn freemarker.** # freemarker templating library (for creating hCards) not used
|
||||||
|
Loading…
Reference in New Issue
Block a user