Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai authored Sep 27, 2018
1 parent 4e65cc3 commit 6735398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ While we are working on Bintray support, Scarlet is available via [JitPack][jitp
<dependency>
<groupId>com.github.tinder.scarlet</groupId>
<artifactId>scarlet</artifactId>
<version>0.1.4</version>
<version>latestVersion</version>
</dependency>
```

Expand All @@ -91,7 +91,7 @@ repositories {
maven { url "https://jitpack.io" }
}
implementation 'com.github.tinder.scarlet:scarlet:0.1.4'
implementation 'com.github.tinder.scarlet:scarlet:$latestVersion'
```

### Plug-in Roadmap
Expand Down

0 comments on commit 6735398

Please sign in to comment.