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

repositories {
    mavenCentral()
}

dependencies {
    compile 'org.json:json:20151123'
}