From a3e80fd7e137eacd431dd58bceeeec224fad3de7 Mon Sep 17 00:00:00 2001 From: Pratim Majumder Date: Tue, 1 May 2018 14:18:59 +0530 Subject: [PATCH] Update codes on readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3bd4cca..6c43f66 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,9 @@ ```gradle allprojects { - repositories { - ... - maven { url "https://jitpack.io" } - } + repositories { + maven { url "https://jitpack.io" } + } } ``` @@ -24,7 +23,7 @@ ``` gradle dependencies { - compile 'com.github.ybq:Android-SpinKit:1.1.0' + implement 'com.github.ybq:Android-SpinKit:1.1.0' } ```