From 30113918a25409d28b6b15dcaf9ece6308bfb502 Mon Sep 17 00:00:00 2001 From: Kumar Harsh Date: Tue, 31 Mar 2020 00:43:52 +0530 Subject: [PATCH] Update README.md Fixes #78 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bdce50..7fece88 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ As of [`b3e2d2f`](https://github.com/danoz73/RecyclerViewFastScroller/commit/b3e You can grab the current version of the library from maven central ```java -compile 'xyz.danoz:recyclerviewfastscroller:0.1.3' +implementation 'xyz.danoz:recyclerviewfastscroller:0.1.3' ``` ### Usage