Merge pull request #1281 from greatjack1/master

updated README to use implementation instead of compile
This commit is contained in:
Jake Wharton 2018-05-16 09:39:32 -04:00 committed by GitHub
commit 1215841e46
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.4'
implementation 'com.google.code.gson:gson:2.8.4'
}
```