From d01d90a58117fdd3214dc796364f148dc26ee316 Mon Sep 17 00:00:00 2001 From: Anoop S S Date: Fri, 11 Oct 2019 21:16:50 +0530 Subject: [PATCH] Updated README.md gradle dependency block updated with implementation, removed deprecated compile option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3f3f45..4cda9ef 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add this to your module `build.gradle` file: ```gradle dependencies { ... - compile "com.github.tarek360:Animated-Icons:1.2.0" + implementation "com.github.tarek360:Animated-Icons:1.2.0" } ```