Better selector effect.
This commit is contained in:
代码家 2014-09-16 10:03:00 +08:00
parent 7ba5e8b350
commit 62742aa99c
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ When I start to make this library, I set some goals:
```groovy
dependencies {
compile 'com.android.support:support-v4:20.+'
compile "com.daimajia.swipelayout:library:1.1.0@aar"
compile "com.daimajia.swipelayout:library:1.1.1@aar"
}
```
@ -48,7 +48,7 @@ dependencies {
<dependency>
<groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<type>apklib</type>
</dependency>
```