Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
r0adkll committed Dec 6, 2017
1 parent 4637b7c commit 2d2e3e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ Then in the layout of your activity you must give it a background like this;
Include this line in your gradle build file:

```groovy
compile 'com.r0adkll:slidableactivity:2.0.5'
compile 'com.r0adkll:slidableactivity:2.0.6'
```

<!--
For Snapshots, include these lines in your gradle files:

```groovy
Expand All @@ -166,9 +166,10 @@ repositories {

```groovy
dependencies{
compile 'com.r0adkll:slidableactivity:2.0.6-SNAPSHOT'
compile 'com.r0adkll:slidableactivity:2.0.7-SNAPSHOT'
}
```
-->


## Author
Expand Down

0 comments on commit 2d2e3e1

Please sign in to comment.