Skip to content

Commit b73ea77

Browse files
committed
v1.0.2
1 parent 0ec9c71 commit b73ea77

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 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.1@aar"
35+
compile "com.daimajia.swipelayout:library:1.0.2@aar"
3636
}
3737
```
3838

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

5050
#### Eclipse
5151

52-
[AndroidSwipeLayout-v1.0.1.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.1/AndroidSwipeLayout-v1.0.1.jar)
52+
[AndroidSwipeLayout-v1.0.2.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.1/AndroidSwipeLayout-v1.0.2.jar)
5353

5454
### Step 2
5555

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.1
22-
VERSION_CODE=2
21+
VERSION_NAME=1.0.2
22+
VERSION_CODE=3
2323
GROUP=com.daimajia.swipelayout
2424

2525
POM_DESCRIPTION=Android Swipe Layout

0 commit comments

Comments
 (0)