2.8.3 in readme

This commit is contained in:
inder123 2018-04-27 17:26:50 -07:00 committed by GitHub
parent 91cb49e7ce
commit bf4789bb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
</dependency>
```