Skip to content

Commit

Permalink
release: library v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri committed Jan 4, 2020
1 parent 27c5d2e commit 406f773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For information : checkout [Example Screen Code](https://github.com/vipulasri/Ti

``` gradle
dependencies {
implementation 'com.github.vipulasri:timelineview:1.1.2'
implementation 'com.github.vipulasri:timelineview:1.1.3'
}
```

Expand Down
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.2'
libraryVersion = '1.1.3'
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 9
versionName "1.1.2"
versionCode 10
versionName "1.1.3"
}

buildTypes {
Expand Down

0 comments on commit 406f773

Please sign in to comment.