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

@ -498,7 +498,7 @@ Download [the latest JAR][dl] or depend via Maven:
``` ```
or Gradle: or Gradle:
```groovy ```groovy
compile 'com.squareup.moshi:moshi:1.5.0' implementation 'com.squareup.moshi:moshi:1.5.0'
``` ```
and for additional Kotlin support: and for additional Kotlin support:
```xml ```xml
@ -510,7 +510,7 @@ and for additional Kotlin support:
``` ```
or Gradle: or Gradle:
```groovy ```groovy
compile 'com.squareup.moshi:moshi-kotlin:1.5.0' implementation 'com.squareup.moshi:moshi-kotlin:1.5.0'
``` ```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

View file

@ -25,7 +25,7 @@ Download [the latest JAR][1] or grab via [Maven][2]:
``` ```
or [Gradle][2]: or [Gradle][2]:
```groovy ```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]. Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].