Skip to content

Commit

Permalink
updated README to use implementation instead of compile
Browse files Browse the repository at this point in the history
  • Loading branch information
greatjack1 committed Apr 3, 2018
1 parent 4081dba commit bff1027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit bff1027

Please sign in to comment.