Skip to content

Commit

Permalink
update: library v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri committed May 29, 2020
1 parent f5838d5 commit 6b88130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions timelineview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
groupId = 'com.github.vipulasri'
libraryName = 'TimelineView'
artifact = 'timelineview'
libraryVersion = '1.1.4'
libraryVersion = '1.1.5'
libraryDescription = 'Android Timeline View Library (Using RecyclerView) is simple implementation used to display view like Tracking of shipment/order, steppers etc.'

siteUrl = 'https://github.com/vipulasri/Timeline-View'
Expand All @@ -28,8 +28,8 @@ android {
defaultConfig {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 11
versionName "1.1.4"
versionCode 12
versionName libraryVersion
}

buildTypes {
Expand Down

0 comments on commit 6b88130

Please sign in to comment.