We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba5e8b commit 62742aaCopy full SHA for 62742aa
README.md
@@ -33,7 +33,7 @@ When I start to make this library, I set some goals:
33
```groovy
34
dependencies {
35
compile 'com.android.support:support-v4:20.+'
36
- compile "com.daimajia.swipelayout:library:1.1.0@aar"
+ compile "com.daimajia.swipelayout:library:1.1.1@aar"
37
}
38
```
39
@@ -48,7 +48,7 @@ dependencies {
48
<dependency>
49
<groupId>com.daimajia.swipelayout</groupId>
50
<artifactId>library</artifactId>
51
- <version>1.1.0</version>
+ <version>1.1.1</version>
52
<type>apklib</type>
53
</dependency>
54
0 commit comments