From 9cf2736c3b92cbf371b52bc45297fd9f6365e83d Mon Sep 17 00:00:00 2001 From: Nikunj paradva <007.fakefacebook@gmail.com> Date: Thu, 1 Oct 2020 23:42:20 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eebe3bb..55fde2e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Then add the dependency in modules build.gradle file ```gradle dependencies { - compile 'com.github.mirrajabi:search-dialog:1.2.4' + implementation 'com.github.mirrajabi:search-dialog:1.2.4' } ```