aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
blob: 456e86c8e74e46bb31b565bbf5b6e07ee83d2426 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
apply plugin: "java"

repositories {
    mavenCentral()
}

dependencies {
    compile 'org.json:json:20151123'
    testCompile 'junit:junit:4.12'
}