From a6eb09686f2b32280969fb4e1ea6cd0ae5e5ddd8 Mon Sep 17 00:00:00 2001 From: yarolegovich Date: Sat, 1 Aug 2020 15:51:42 +0300 Subject: [PATCH] Updated README with the latest version --- README.md | 2 +- sample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8f3e3e..a576c93 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It is similar to a ViewPager, but you can quickly and painlessly create layout, ## Gradle Add this into your dependencies block. ``` -compile 'com.yarolegovich:discrete-scrollview:1.4.9' +compile 'com.yarolegovich:discrete-scrollview:1.5.0' ``` ## Reporting an issue diff --git a/sample/build.gradle b/sample/build.gradle index f684808..92d59c7 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -26,5 +26,5 @@ dependencies { implementation deps.glide implementation deps.materialPrefs - implementation project(':library') + implementation 'com.yarolegovich:discrete-scrollview:1.5.0' }