From 331e2aaa6c72933bfd0401b026efe2761c1a9c00 Mon Sep 17 00:00:00 2001 From: yarolegovich Date: Sat, 1 Aug 2020 18:35:14 +0300 Subject: [PATCH] Updated README for v1.1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b293cb..029d50e 100644 --- a/README.md +++ b/README.md @@ -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.