Skip to content

Commit 4aa3d6e

Browse files
committed
Fix inconsistent indents for gradle in README.
Previously tab and whitespaces are mixed.
1 parent b97faca commit 4aa3d6e

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)