From 8133b81ef7bc0199ecd574fa24cbf0ae54b778c3 Mon Sep 17 00:00:00 2001 From: Andhika Yuana Date: Sun, 28 Jan 2018 14:16:09 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c85f14..e41f242 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Simple ItemSettingView and Custom Add it in your root build.gradle at the end of repositories: -``` +```gradle allprojects { repositories { maven { url 'https://jitpack.io' } @@ -20,7 +20,7 @@ allprojects { Add the dependency -``` +```gradle dependencies { implementation 'com.github.andhikayuana:YuanaItemSettingView:1.0.0' }