ical4android: ignore invalid DUE < DTSTART for tasks

pull/2/head
Ricki Hirner 8 years ago
parent e7e30e9f2f
commit 118d873cdf

@ -46,9 +46,8 @@ android {
disable 'IconColors'
disable 'IconLauncherShape'
disable 'IconMissingDensityFolder'
disable 'ImpliedQuantity'
disable 'MissingTranslation'
disable 'MissingQuantity'
disable 'ImpliedQuantity', 'MissingQuantity'
disable 'MissingTranslation', 'ExtraTranslation' // translations from Transifex are not always up to date
disable 'Recycle' // doesn't understand Lombok's @Cleanup
disable 'RtlEnabled'
disable 'RtlHardcoded'

@ -1 +1 @@
Subproject commit a37d6070de88f5ae6d5c314dc87da40cd8e5a271
Subproject commit fb1b714efca027d417a10c915e78979c9f04ea7d
Loading…
Cancel
Save