From 6b17cfbe01c168bc9f2903dd809671d0706d4ee2 Mon Sep 17 00:00:00 2001 From: Prasahnt Kumar Date: Sun, 23 Aug 2020 02:58:38 +0530 Subject: [PATCH] Compile deprecated - Compile deprecated - replacing :v0.1.2 with :0.1.2 Now working with the latest gradle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c4ff8f..9726855 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ allprojects { Then add dependency ```gradle dependencies { - compile 'com.github.shrikanth7698:ChatView:v0.1.2' + implementation 'com.github.shrikanth7698:ChatView:0.1.2' } ``` ### Usage