Skip to content

Commit

Permalink
Merge pull request #85 from seadowg/recordaction
Browse files Browse the repository at this point in the history
Update JavaRosa for new odk:recordaction
  • Loading branch information
lognaturel authored Feb 17, 2021
2 parents 68694dc + 950dd63 commit 7920441
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.0.0'
compile group: 'org.getodk', name: 'javarosa', version: '3.1.0'
compile group: 'org.slf4j', name: 'slf4j-nop', version: '1.7.25'
testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand Down

0 comments on commit 7920441

Please sign in to comment.