Skip to content

Commit

Permalink
Update library version name to '2.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ISchwarz23 committed Dec 22, 2018
1 parent 931cfab commit 29440ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tableview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'

def final tableViewLibraryVersion = '2.8.0'
def final tableViewLibraryVersion = '2.8.1'

ext {
bintrayRepo = 'maven'
Expand Down Expand Up @@ -34,7 +34,7 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 25
versionCode 16
versionCode 17
versionName tableViewLibraryVersion
}
buildTypes {
Expand Down

0 comments on commit 29440ae

Please sign in to comment.