updated README to use implementation instead of compile

This commit is contained in:
greatjack1 2018-04-03 15:19:04 -04:00
parent 4081dbaa6d
commit bff1027df2

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'
implementation 'com.google.code.gson:gson:2.8.2'
}
```