Skip to content

Commit b479efb

Browse files
committed
Update README.md
1 parent 4bae377 commit b479efb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ When I start to make this library, I set some goals:
3232

3333
```groovy
3434
dependencies {
35+
compile 'com.android.support:support-v4:20.+'
3536
compile "com.daimajia.swipelayout:library:1.1.0@aar"
3637
}
3738
```
@@ -45,6 +46,18 @@ dependencies {
4546
<version>1.1.0</version>
4647
<type>apklib</type>
4748
</dependency>
49+
<dependency>
50+
<groupId>com.daimajia.swipelayout</groupId>
51+
<artifactId>library</artifactId>
52+
<version>1.1.0</version>
53+
<type>apklib</type>
54+
</dependency>
55+
<dependency>
56+
<groupId>com.google.android</groupId>
57+
<artifactId>support-v4</artifactId>
58+
<version>r6</version>
59+
</dependency>
60+
4861
```
4962

5063
#### Eclipse

0 commit comments

Comments
 (0)