Skip to content

Commit 84001f5

Browse files
committedApr 20, 2015
v1.2.0
1 parent 5ffd6a2 commit 84001f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When I start to make this library, I set some goals:
4040
dependencies {
4141
compile 'com.android.support:recyclerview-v7:21.0.0'
4242
compile 'com.android.support:support-v4:20.+'
43-
compile "com.daimajia.swipelayout:library:1.1.9@aar"
43+
compile "com.daimajia.swipelayout:library:1.2.0@aar"
4444
}
4545
```
4646

@@ -60,7 +60,7 @@ dependencies {
6060
<dependency>
6161
<groupId>com.daimajia.swipelayout</groupId>
6262
<artifactId>library</artifactId>
63-
<version>1.1.9</version>
63+
<version>1.2.0</version>
6464
<type>apklib</type>
6565
</dependency>
6666
```

‎gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# org.gradle.parallel=true
1919

2020

21-
VERSION_NAME=1.1.8
22-
VERSION_CODE=20
21+
VERSION_NAME=1.2.0
22+
VERSION_CODE=22
2323
GROUP=com.daimajia.swipelayout
2424

2525
ANDROID_BUILD_MIN_SDK_VERSION=8

0 commit comments

Comments
 (0)
Please sign in to comment.