This commit is contained in:
daimajia 2014-08-30 09:58:01 +08:00
parent d1df4527ae
commit 5a21533745
2 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ When I start to make this library, I set some goals:
```groovy
dependencies {
compile "com.daimajia.swipelayout:library:1.0.3@aar"
compile "com.daimajia.swipelayout:library:1.0.4@aar"
}
```
@ -42,7 +42,7 @@ dependencies {
<dependency>
<groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<type>apklib</type>
</dependency>
```

View File

@ -18,9 +18,9 @@
# org.gradle.parallel=true
VERSION_NAME=1.0.2
VERSION_CODE=3
GROUP=com.daimajia.swipe
VERSION_NAME=1.0.4
VERSION_CODE=4
GROUP=com.daimajia.swipelayout
ANDROID_BUILD_MIN_SDK_VERSION=14
ANDROID_BUILD_TARGET_SDK_VERSION=20