Skip to content

Commit

Permalink
Merge pull request getodk#4106 from lognaturel/jr-v3.0.2
Browse files Browse the repository at this point in the history
Update JavaRosa to v3.0.2 to fix repeat relevance bug
  • Loading branch information
yanokwa authored Sep 21, 2020
2 parents 9d50a46 + 47c6e68 commit 98e36a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,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.getodk:javarosa:3.0.0") {
implementation("org.getodk:javarosa:3.0.2") {
exclude group: 'joda-time'
exclude group: 'org.slf4j'
}
Expand Down

0 comments on commit 98e36a8

Please sign in to comment.