diff --git a/README.md b/README.md index 2d48a61..8a93dd1 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.1' + implementation 'com.github.valkriaine:Bouncy:2.2' } ```