1
0
mirror of https://github.com/etesync/android synced 2024-11-15 12:28:57 +00:00

Add useless ProGuard rule

This commit is contained in:
Ricki Hirner 2016-10-15 16:51:35 +02:00
parent fb4321f35f
commit 2e78e1e746

View File

@ -24,6 +24,7 @@
-dontwarn groovy.** # Groovy-based ContentBuilder not used
-dontwarn org.codehaus.groovy.**
-dontwarn org.apache.commons.logging.** # Commons logging is not available
-dontwarn org.slf4j.** # logging
-dontwarn net.fortuna.ical4j.model.** # ignore warnings from Groovy dependency
-keep class net.fortuna.ical4j.model.** { *; } # keep all model classes (properties/factories, created at runtime)