Skip to content

Commit

Permalink
Fix inconsistent indents for gradle in README.
Browse files Browse the repository at this point in the history
Previously tab and whitespaces are mixed.
  • Loading branch information
daisy1754 committed Feb 16, 2015
1 parent b97faca commit 4aa3d6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down

0 comments on commit 4aa3d6e

Please sign in to comment.