Skip to content
This repository was archived by the owner on Aug 22, 2020. It is now read-only.

Commit 569219d

Browse files
committed
Bump to 0.1.1
Signed-off-by: Fung <fython@163.com>
1 parent d1712b1 commit 569219d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BUILD_TOOLS_VERSION=26.0.0
22
org.gradle.jvmargs=-Xmx1536m
3-
VERSION_NAME=0.1.0
3+
VERSION_NAME=0.1.1
44
TARGET_SDK_VERSION=26
5-
VERSION_CODE=1
5+
VERSION_CODE=2
66
MIN_SDK_VERSION=19

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ android {
2020
dependencies {
2121
compile fileTree(dir: 'libs', include: ['*.jar'])
2222
compile 'com.android.support:appcompat-v7:26.0.0-beta2'
23-
compile 'com.android.support:recyclerview-v7:25.3.1'
23+
compile 'com.android.support:recyclerview-v7:26.0.0-beta2'
2424
}

0 commit comments

Comments
 (0)