diff --git a/collect_app/build.gradle b/collect_app/build.gradle index 6aa84bcdecc..423f5283736 100644 --- a/collect_app/build.gradle +++ b/collect_app/build.gradle @@ -234,7 +234,7 @@ dependencies { implementation "com.rarepebble:colorpicker:3.0.1" implementation "commons-io:commons-io:2.6" implementation "net.sf.opencsv:opencsv:2.4" - implementation("org.opendatakit:opendatakit-javarosa:2.17.0") { + implementation("org.opendatakit:opendatakit-javarosa:2.17.1") { exclude group: 'joda-time' exclude group: 'org.slf4j' }