Skip to content

Commit 48912e7

Browse files
Updated gson version and gitignore (#11)
Updated gson version
1 parent c9a5e2b commit 48912e7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
bin/
2+
.classpath
3+
.project
4+
.settings/

bin/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ repositories {
5050
}
5151

5252
dependencies {
53-
compile'com.google.code.gson:gson:2.6.2'
53+
compile'com.google.code.gson:gson:2.8.1'
5454
testCompile 'junit:junit:4.12'
5555
}

0 commit comments

Comments
 (0)