aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
blob: 397234a64df8538bea489c9239cff8472e483f6b (plain) (blame)
1
2
3
4
5
6
apply plugin: "java"

dependencies {
	compile 'com.google.code.gson:gson:2.4'
	testCompile 'junit:junit:4.12'
}