From 07820713c8b67c24981f747ed64c92944d27e803 Mon Sep 17 00:00:00 2001 From: Ozioma Date: Wed, 26 Sep 2018 22:10:54 +0100 Subject: [PATCH] Update README.md Using 'compile' to declare grade dependencies is obsolete, updated read me to use 'implementation' instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baf36955..171b49e3 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ It's possible to set the locale so that weekday column names are automatically s ```gradle dependencies { - compile 'com.github.sundeepk:compact-calendar-view:3.0.0' + implementation 'com.github.sundeepk:compact-calendar-view:3.0.0' } ```