Skip to content

Commit 5a21533

Browse files
committed
v1.0.4
1 parent d1df452 commit 5a21533

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When I start to make this library, I set some goals:
3232

3333
```groovy
3434
dependencies {
35-
compile "com.daimajia.swipelayout:library:1.0.3@aar"
35+
compile "com.daimajia.swipelayout:library:1.0.4@aar"
3636
}
3737
```
3838

@@ -42,7 +42,7 @@ dependencies {
4242
<dependency>
4343
<groupId>com.daimajia.swipelayout</groupId>
4444
<artifactId>library</artifactId>
45-
<version>1.0.3</version>
45+
<version>1.0.4</version>
4646
<type>apklib</type>
4747
</dependency>
4848
```

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# org.gradle.parallel=true
1919

2020

21-
VERSION_NAME=1.0.2
22-
VERSION_CODE=3
23-
GROUP=com.daimajia.swipe
21+
VERSION_NAME=1.0.4
22+
VERSION_CODE=4
23+
GROUP=com.daimajia.swipelayout
2424

2525
ANDROID_BUILD_MIN_SDK_VERSION=14
2626
ANDROID_BUILD_TARGET_SDK_VERSION=20

0 commit comments

Comments
 (0)