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

repositories {
    mavenCentral()
}

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