From 9d44cbc19a73b45971c4ecb33c8d34d673afa210 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 7 Jun 2018 03:14:47 +0200 Subject: [PATCH] Updated dependency examples to version 2.8.5 (#1330) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c85ba309..1a701472 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 { - implementation 'com.google.code.gson:gson:2.8.4' + implementation 'com.google.code.gson:gson:2.8.5' } ``` @@ -30,7 +30,7 @@ dependencies { com.google.code.gson gson - 2.8.4 + 2.8.5 ```