Fix inconsistent indents for gradle in README.
Previously tab and whitespaces are mixed.
This commit is contained in:
parent
b97facaeec
commit
4aa3d6e63f
|
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue