Skip to content

Commit 29440ae

Browse files
committed
Update library version name to '2.8.1'
1 parent 931cfab commit 29440ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tableview/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
22

3-
def final tableViewLibraryVersion = '2.8.0'
3+
def final tableViewLibraryVersion = '2.8.1'
44

55
ext {
66
bintrayRepo = 'maven'
@@ -34,7 +34,7 @@ android {
3434
defaultConfig {
3535
minSdkVersion 11
3636
targetSdkVersion 25
37-
versionCode 16
37+
versionCode 17
3838
versionName tableViewLibraryVersion
3939
}
4040
buildTypes {

0 commit comments

Comments
 (0)