Skip to content

Commit bfd2f6b

Browse files
committed
Update README.md
1 parent b479efb commit bfd2f6b

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

Diff for: README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,16 @@ dependencies {
4141

4242
```xml
4343
<dependency>
44-
<groupId>com.daimajia.swipelayout</groupId>
45-
<artifactId>library</artifactId>
46-
<version>1.1.0</version>
47-
<type>apklib</type>
44+
<groupId>com.google.android</groupId>
45+
<artifactId>support-v4</artifactId>
46+
<version>r6</version>
4847
</dependency>
4948
<dependency>
5049
<groupId>com.daimajia.swipelayout</groupId>
5150
<artifactId>library</artifactId>
5251
<version>1.1.0</version>
5352
<type>apklib</type>
5453
</dependency>
55-
<dependency>
56-
<groupId>com.google.android</groupId>
57-
<artifactId>support-v4</artifactId>
58-
<version>r6</version>
59-
</dependency>
60-
6154
```
6255

6356
#### Eclipse

0 commit comments

Comments
 (0)