mirror of
https://github.com/etesync/android
synced 2024-11-25 17:38:13 +00:00
Proguard: update for the new deps.
This commit is contained in:
parent
c941918a26
commit
6a0fe39e27
@ -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