Added local usage of json configuration ar

android-scanner
VladimirEliTokarev 2016-10-05 15:54:06 +03:00
parent ef5cd70cc9
commit dcaf36f8fa
2 changed files with 8 additions and 1 deletions

View File

@ -36,7 +36,11 @@ version = "0.1"
version += "${isSnapshot ? '-SNAPSHOT' : ''}"
repositories {
flatDir {
dirs '/src/main/resources/jars'
}
}
dependencies {
// Meerkat common
@ -52,6 +56,9 @@ dependencies {
// Google protobufs
compile 'com.google.protobuf:protobuf-java:3.+'
// Json configuraiton parsing
compile name: 'java-json'
testCompile 'junit:junit:4.+'
runtime 'org.codehaus.groovy:groovy:2.4.+'

Binary file not shown.