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' }