Skip to content

Commit

Permalink
Merge pull request google#1373 from knjk04/ImplementationDependency
Browse files Browse the repository at this point in the history
Change 'compile' to 'implementation'
  • Loading branch information
JakeWharton committed Aug 21, 2018
2 parents 92b6173 + 86ade21 commit ca9ae4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca9ae4c

Please sign in to comment.