Skip to content

Commit ea2c1cc

Browse files
committed
json library
1 parent c7ef04d commit ea2c1cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15+
// https://mvnrepository.com/artifact/com.google.code.gson/gson
16+
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
1517
testCompile group: 'junit', name: 'junit', version: '4.12'
1618
}

0 commit comments

Comments
 (0)