Modified JSON and BARBECUE deps to use external maven sources

android-scanner
Tal Moran 2016-10-26 00:50:23 +03:00
parent d575eaf1d2
commit ca89514c97
1 changed files with 2 additions and 2 deletions

View File

@ -57,10 +57,10 @@ dependencies {
compile 'com.google.protobuf:protobuf-java:3.+'
// Json configuraiton parsing
compile name: 'java-json'
compile group: 'org.json', name: 'json', version: '20160810'
// Jar that creates barcodes
compile name: 'barbecue-1.5-beta1'
compile group: 'net.sourceforge.barbecue', name: 'barbecue', version: '1.5-beta1'
testCompile 'junit:junit:4.+'