From 74cf726084bb5f2787c947a42f39783ad8881fe7 Mon Sep 17 00:00:00 2001 From: Wayne Date: Mon, 9 May 2022 09:53:33 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } ```