Change compile to implementation in README (#467)
This commit is contained in:
parent
d045947ea7
commit
351bc57554
2 changed files with 3 additions and 3 deletions
|
@ -498,7 +498,7 @@ Download [the latest JAR][dl] or depend via Maven:
|
|||
```
|
||||
or Gradle:
|
||||
```groovy
|
||||
compile 'com.squareup.moshi:moshi:1.5.0'
|
||||
implementation 'com.squareup.moshi:moshi:1.5.0'
|
||||
```
|
||||
and for additional Kotlin support:
|
||||
```xml
|
||||
|
@ -510,7 +510,7 @@ and for additional Kotlin support:
|
|||
```
|
||||
or Gradle:
|
||||
```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].
|
||||
|
|
|
@ -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].
|
||||
|
|
Loading…
Reference in a new issue