This commit is contained in:
daimajia 2014-09-02 20:23:06 +08:00
parent 34e203930c
commit 324a58b908
2 changed files with 4 additions and 4 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.6@aar"
compile "com.daimajia.swipelayout:library:1.0.7@aar"
}
```
@ -42,7 +42,7 @@ dependencies {
<dependency>
<groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<type>apklib</type>
</dependency>
```

View File

@ -18,8 +18,8 @@
# org.gradle.parallel=true
VERSION_NAME=1.0.5
VERSION_CODE=6
VERSION_NAME=1.0.7
VERSION_CODE=8
GROUP=com.daimajia.swipelayout
ANDROID_BUILD_MIN_SDK_VERSION=14