Skip to content

Commit 324a58b

Browse files
committed
v1.0.7
1 parent 34e2039 commit 324a58b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.6@aar"
35+
compile "com.daimajia.swipelayout:library:1.0.7@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.6</version>
45+
<version>1.0.7</version>
4646
<type>apklib</type>
4747
</dependency>
4848
```

gradle.properties

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

2020

21-
VERSION_NAME=1.0.5
22-
VERSION_CODE=6
21+
VERSION_NAME=1.0.7
22+
VERSION_CODE=8
2323
GROUP=com.daimajia.swipelayout
2424

2525
ANDROID_BUILD_MIN_SDK_VERSION=14

0 commit comments

Comments
 (0)