From 737deec282a347be3618d7b41673cfe45eb86564 Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Thu, 6 Dec 2018 15:46:19 +0530 Subject: [PATCH] Update README.md `compile` is obsolete, better to use `implementation` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82991fd..1ec3209 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Download -------- ### Gradle: ```groovy -compile 'com.synnapps:carouselview:0.1.5' +implementation 'com.synnapps:carouselview:0.1.5' ``` ### Maven: ```xml