From 4a0f2a752393a57249452f92d1e63485e5728585 Mon Sep 17 00:00:00 2001 From: StringValue <44022706+StringValue@users.noreply.github.com> Date: Wed, 10 Oct 2018 15:45:01 +0530 Subject: [PATCH] Update README.md Replace compile to implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a274d4c..6f63953 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Searchable Spinner is a dialog spinner with the search feature which allows to s # Gradle dependencies { ... - compile 'com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1' + implementation 'com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1' } # Usage