We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bae377 commit b479efbCopy full SHA for b479efb
README.md
@@ -32,6 +32,7 @@ When I start to make this library, I set some goals:
32
33
```groovy
34
dependencies {
35
+ compile 'com.android.support:support-v4:20.+'
36
compile "com.daimajia.swipelayout:library:1.1.0@aar"
37
}
38
```
@@ -45,6 +46,18 @@ dependencies {
45
46
<version>1.1.0</version>
47
<type>apklib</type>
48
</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
56
+ <groupId>com.google.android</groupId>
57
+ <artifactId>support-v4</artifactId>
58
+ <version>r6</version>
59
60
+
61
62
63
#### Eclipse
0 commit comments