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

Commit 2d2e3e1

Browse files
committed
Updated README.md
1 parent 4637b7c commit 2d2e3e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ Then in the layout of your activity you must give it a background like this;
152152
Include this line in your gradle build file:
153153

154154
```groovy
155-
compile 'com.r0adkll:slidableactivity:2.0.5'
155+
compile 'com.r0adkll:slidableactivity:2.0.6'
156156
```
157-
157+
<!--
158158
For Snapshots, include these lines in your gradle files:
159159

160160
```groovy
@@ -166,9 +166,10 @@ repositories {
166166

167167
```groovy
168168
dependencies{
169-
compile 'com.r0adkll:slidableactivity:2.0.6-SNAPSHOT'
169+
compile 'com.r0adkll:slidableactivity:2.0.7-SNAPSHOT'
170170
}
171171
```
172+
-->
172173

173174

174175
## Author

0 commit comments

Comments
 (0)