Skip to content

Commit 0d35c6c

Browse files
committed
Update GSON to the latest version
1 parent 89a98fe commit 0d35c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.vogella.android.retrofitgithubcomment/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ dependencies {
2727
compile 'com.android.support:appcompat-v7:25.1.1'
2828
compile 'com.squareup.retrofit2:retrofit:2.1.0'
2929
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
30-
compile 'com.google.code.gson:gson:2.6.1'
30+
compile 'com.google.code.gson:gson:2.8.0'
3131
testCompile 'junit:junit:4.12'
3232
}

0 commit comments

Comments
 (0)