We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b479efb commit bfd2f6bCopy full SHA for bfd2f6b
README.md
@@ -41,23 +41,16 @@ dependencies {
41
42
```xml
43
<dependency>
44
- <groupId>com.daimajia.swipelayout</groupId>
45
- <artifactId>library</artifactId>
46
- <version>1.1.0</version>
47
- <type>apklib</type>
+ <groupId>com.google.android</groupId>
+ <artifactId>support-v4</artifactId>
+ <version>r6</version>
48
</dependency>
49
50
<groupId>com.daimajia.swipelayout</groupId>
51
<artifactId>library</artifactId>
52
<version>1.1.0</version>
53
<type>apklib</type>
54
55
-<dependency>
56
- <groupId>com.google.android</groupId>
57
- <artifactId>support-v4</artifactId>
58
- <version>r6</version>
59
-</dependency>
60
-
61
```
62
63
#### Eclipse
0 commit comments