From bf4789bb1f3e8e3e404ea62cdddf88b83f02340d Mon Sep 17 00:00:00 2001 From: inder123 Date: Fri, 27 Apr 2018 17:26:50 -0700 Subject: [PATCH] 2.8.3 in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8733722a..233a979f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe * To use Gson in Android ```gradle dependencies { - compile 'com.google.code.gson:gson:2.8.2' + compile 'com.google.code.gson:gson:2.8.3' } ``` @@ -30,7 +30,7 @@ dependencies { com.google.code.gson gson - 2.8.2 + 2.8.3 ```