Change compile to implementation in README (#467)

This commit is contained in:
Szymon Kozak
2018-03-28 02:43:46 +02:00
committed by Eric Cochran
parent d045947ea7
commit 351bc57554
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ Download [the latest JAR][1] or grab via [Maven][2]:
```
or [Gradle][2]:
```groovy
compile 'com.squareup.moshi:moshi-adapters:latest.version'
implementation 'com.squareup.moshi:moshi-adapters:latest.version'
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].