From 9193a4c8b2d7abbd06a5eb79a06da7e7e6982238 Mon Sep 17 00:00:00 2001 From: Tamir Abutbul <1tamir198@gmail.com> Date: Fri, 25 Oct 2019 22:02:37 +0300 Subject: [PATCH] Indentation fix --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b0eb0b8..19e9b69 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,16 @@ Add this in your root build.gradle file at the end of repositories: ```java allprojects { - repositories { - ... - maven { url 'https://jitpack.io' } - } - } + repositories { + maven { url 'https://jitpack.io' } + } +} ``` Add the dependency : ```java dependencies { - implementation 'com.github.GoodieBag:CarouselPicker:v1.1' - } + implementation 'com.github.GoodieBag:CarouselPicker:v1.1' +} ``` Sync the gradle and that's it! :+1: