Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
r0adkll committed Sep 14, 2015
1 parent 89efa3c commit e056d02
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 @@ -99,7 +99,7 @@ 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.3'
compile 'com.r0adkll:slidableactivity:2.0.4'
```

For Snapshots, include these lines in your gradle files:
Expand All @@ -113,7 +113,7 @@ repositories {

```groovy
dependencies{
compile 'com.r0adkll:slidableactivity:2.0.4-SNAPSHOT'
compile 'com.r0adkll:slidableactivity:2.0.5-SNAPSHOT'
}
```

Expand Down

0 comments on commit e056d02

Please sign in to comment.