Updated README for v1.1.1

This commit is contained in:
yarolegovich
2020-08-01 18:35:14 +03:00
parent 25a8886e2f
commit 331e2aaa6c
+1 -1
View File
@@ -7,7 +7,7 @@ The library is a DrawerLayout-like ViewGroup, where a "drawer" is hidden under t
## Gradle
Add this into your dependencies block.
```
compile 'com.yarolegovich:sliding-root-nav:1.1.0'
compile 'com.yarolegovich:sliding-root-nav:1.1.1'
```
## Sample
Please see the [sample app](sample/src/main/java/com/yarolegovich/slidingrootnav/sample) for a library usage example.