Merge pull request #1373 from knjk04/ImplementationDependency

Change 'compile' to 'implementation'
This commit is contained in:
Jake Wharton 2018-08-21 17:39:51 -04:00 committed by GitHub
commit ca9ae4c288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ## <a name="TOC-Gson-With-Gradle"></a>Using Gson with Gradle/Android
``` ```
dependencies { 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 ## <a name="TOC-Gson-With-Maven"></a>Using Gson with Maven