From 4aa3d6e63f08881b20bb1f23a53740f76260d3da Mon Sep 17 00:00:00 2001 From: daisy1754 Date: Sun, 15 Feb 2015 17:18:35 -0800 Subject: [PATCH] Fix inconsistent indents for gradle in README. Previously tab and whitespaces are mixed. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df4a65c..b6681ab 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ When I start to make this library, I set some goals: ```groovy dependencies { - compile 'com.android.support:recyclerview-v7:21.0.0' - compile 'com.android.support:support-v4:20.+' - compile "com.daimajia.swipelayout:library:1.1.8@aar" + compile 'com.android.support:recyclerview-v7:21.0.0' + compile 'com.android.support:support-v4:20.+' + compile "com.daimajia.swipelayout:library:1.1.8@aar" } ```