Update README.md

This commit is contained in:
代码家 2014-09-13 21:50:50 +08:00
parent b479efba08
commit bfd2f6b73d
1 changed files with 6 additions and 13 deletions

View File

@ -40,24 +40,17 @@ dependencies {
#### Maven
```xml
<dependency>
<groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId>
<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>
<dependency>
<groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId>
<version>1.1.0</version>
<type>apklib</type>
</dependency>
```
#### Eclipse