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:
parent
fb4321f35f
commit
2e78e1e746
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user