Skip to content

Commit

Permalink
Add support for snapshots of JavaRosa (getodk#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa authored and lognaturel committed May 25, 2017
1 parent e1c3a2f commit 8107fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url = 'https://oss.sonatype.org/content/groups/public' }
}
}

Expand Down
2 changes: 1 addition & 1 deletion collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ dependencies {
compile group: 'joda-time', name: 'joda-time', version: '2.9.7'
compile group: 'net.sf.kxml', name: 'kxml2', version: '2.3.0'
compile group: 'net.sf.opencsv', name: 'opencsv', version: '2.3'
compile group: 'org.opendatakit', name: 'opendatakit-javarosa', version: '2.1.0'
compile group: 'org.opendatakit', name: 'opendatakit-javarosa', version: '2.2.0-SNAPSHOT'
compile group: 'org.osmdroid', name: 'osmdroid-android', version: '5.6.4'
compile group: 'org.slf4j', name: 'slf4j-android', version: '1.6.1-RC1'
compile group: 'pub.devrel', name: 'easypermissions', version: '0.2.1'
Expand Down

0 comments on commit 8107fcf

Please sign in to comment.