Fix inconsistent indents for gradle in README.

Previously tab and whitespaces are mixed.
This commit is contained in:
daisy1754 2015-02-15 17:18:35 -08:00
parent b97facaeec
commit 4aa3d6e63f
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ When I start to make this library, I set some goals:
```groovy ```groovy
dependencies { dependencies {
compile 'com.android.support:recyclerview-v7:21.0.0' compile 'com.android.support:recyclerview-v7:21.0.0'
compile 'com.android.support:support-v4:20.+' compile 'com.android.support:support-v4:20.+'
compile "com.daimajia.swipelayout:library:1.1.8@aar" compile "com.daimajia.swipelayout:library:1.1.8@aar"
} }
``` ```