From 185df2cb3b1b38375fab218766e8b41958e62ee2 Mon Sep 17 00:00:00 2001 From: selmanon Date: Wed, 15 Apr 2020 21:36:16 +0200 Subject: [PATCH] change gradle declaration change deprecated "compile" declaration by "implementation" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b64f95a..3350d98c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To implement all of the features above you can use the following components: Download via Gradle: ```gradle -compile 'com.github.stfalcon:chatkit:0.3.3' +implementation 'com.github.stfalcon:chatkit:0.3.3' ``` or Maven: