diff --git a/README.md b/README.md index 029d50e..2ffdd7f 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ The library is a DrawerLayout-like ViewGroup, where a "drawer" is hidden under t ![GifSample](art/sample.gif) -## Gradle -Add this into your dependencies block. -``` -compile 'com.yarolegovich:sliding-root-nav:1.1.1' +## Installation +Gradle is the only supported build configuration, so just add the dependency to your project ``Build.gradle`` file +```java +dependencies { + implementation '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.