Skip to content

Commit

Permalink
Merge pull request #89 from lognaturel/jr-4.2.0
Browse files Browse the repository at this point in the history
Upgrade JavaRosa to 4.2.0
  • Loading branch information
yanokwa authored Sep 16, 2023
2 parents ae37a61 + b87679b commit 578b722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sourceCompatibility = '1.8'

dependencies {
compile group: 'net.sf.kxml', name: 'kxml2', version: '2.3.0'
compile group: 'org.getodk', name: 'javarosa', version: '3.3.0'
compile group: 'org.getodk', name: 'javarosa', version: '4.2.0'
compile group: 'org.slf4j', name: 'slf4j-nop', version: '1.7.25'
testCompile 'junit:junit:4.13.2'
testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand Down

0 comments on commit 578b722

Please sign in to comment.