diff --git a/README.md b/README.md index 8a93dd1..78b4299 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Currently includes BouncyRecyclerView and BouncyNestedScrollView. ``` dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'com.github.valkriaine:Bouncy:2.2' + implementation 'com.github.valkriaine:Bouncy:2.3' } ```