Skip to content

Commit

Permalink
update: library v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri committed Oct 19, 2019
1 parent 162ea10 commit 86374cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,10 @@ For information : checkout [Example Screen Code](https://github.com/vipulasri/Ti

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

**Using Maven**

``` maven
<dependency>
<groupId>com.github.vipulasri</groupId>
<artifactId>timelineview</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
```

### What's New

See the project's Releases page for a list of versions with their change logs.
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.1'
libraryVersion = '1.1.2'
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 8
versionName "1.1.1"
versionCode 9
versionName "1.1.2"
}

buildTypes {
Expand Down

0 comments on commit 86374cf

Please sign in to comment.