Skip to content

Commit cacc6e6

Browse files
committed
Merge pull request daimajia#90 from daisy1754/fix-indent-in-readme
Fix inconsistent indents for gradle in README.
2 parents b97faca + 4aa3d6e commit cacc6e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ When I start to make this library, I set some goals:
3838

3939
```groovy
4040
dependencies {
41-
compile 'com.android.support:recyclerview-v7:21.0.0'
42-
compile 'com.android.support:support-v4:20.+'
43-
compile "com.daimajia.swipelayout:library:1.1.8@aar"
41+
compile 'com.android.support:recyclerview-v7:21.0.0'
42+
compile 'com.android.support:support-v4:20.+'
43+
compile "com.daimajia.swipelayout:library:1.1.8@aar"
4444
}
4545
```
4646

0 commit comments

Comments
 (0)