Update README.md

This commit is contained in:
代码家 2014-09-13 21:34:18 +08:00
parent 4bae377640
commit b479efba08
1 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,7 @@ When I start to make this library, I set some goals:
```groovy
dependencies {
compile 'com.android.support:support-v4:20.+'
compile "com.daimajia.swipelayout:library:1.1.0@aar"
}
```
@ -45,6 +46,18 @@ dependencies {
<version>1.1.0</version>
<type>apklib</type>
</dependency>
<dependency>
<groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId>
<version>1.1.0</version>
<type>apklib</type>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>support-v4</artifactId>
<version>r6</version>
</dependency>
```
#### Eclipse