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 ```