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

Commit 4131e1e

Browse files
committed
Update support library; Bump to 0.2.2
Signed-off-by: Fung <[email protected]>
1 parent c132ffc commit 4131e1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ task clean(type: Delete) {
2020
}
2121

2222
ext {
23-
supportLibraryVersion = '26.0.0'
23+
supportLibraryVersion = '26.1.0'
2424
minSdkVersion = 17
2525
targetSdkVersion = 26
2626
buildToolsVersion = "26.0.1"
27-
versionCode = 3
28-
versionName = '0.2.1'
27+
versionCode = 4
28+
versionName = '0.2.2'
2929
}

0 commit comments

Comments
 (0)