Change 'compile' to 'implementation'

This commit is contained in:
Karan Kumar 2018-08-21 21:12:12 +01:00
parent 92b6173791
commit 86ade21078
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ The Gson instance does not maintain any state while invoking Json operations. So
## <a name="TOC-Gson-With-Gradle"></a>Using Gson with Gradle/Android
```
dependencies {
compile 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.code.gson:gson:2.8.5'
}
```
## <a name="TOC-Gson-With-Maven"></a>Using Gson with Maven