From 40353fadd1154dd100ef0ce89c1bd721d32c2475 Mon Sep 17 00:00:00 2001 From: Srihari Date: Thu, 23 May 2019 20:10:06 +0530 Subject: [PATCH] Change compile to implementation Change compile to implementation because compile is deprecated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e0c389..0af9638 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ repositories { ```gradle dependencies { - compile 'com.dynamitechetan.flowinggradient:flowinggradient:1.1' + implementation 'com.dynamitechetan.flowinggradient:flowinggradient:1.1' } ```