v1.0.4
This commit is contained in:
parent
d1df4527ae
commit
5a21533745
|
|
@ -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>
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue