From dd06f73c5a3c833a9ca0162d134e89b6b6312351 Mon Sep 17 00:00:00 2001 From: Tamir Abutbul <1tamir198@gmail.com> Date: Thu, 27 Aug 2020 15:14:46 +0300 Subject: [PATCH] Replace deprecated compile with implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e581ece..678e7a7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can also receive a callback for when an item is clicked, and whether it is s ### Gradle -`compile 'github.hellocsl:CursorWheelLayout:1.1.0'` +`implementation 'github.hellocsl:CursorWheelLayout:1.1.0'` ### Maven