From 86374cf111e4871b26ed10a10180f6e4b36e1a9b Mon Sep 17 00:00:00 2001 From: vipulasri Date: Sat, 19 Oct 2019 17:21:37 +0530 Subject: [PATCH] update: library v1.1.2 --- README.md | 13 +------------ timelineview/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3a3a5c7..a2a8ce7 100644 --- a/README.md +++ b/README.md @@ -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 - - com.github.vipulasri - timelineview - 1.1.1 - pom - -``` - ### What's New See the project's Releases page for a list of versions with their change logs. diff --git a/timelineview/build.gradle b/timelineview/build.gradle index 87ecdb4..f4aad49 100644 --- a/timelineview/build.gradle +++ b/timelineview/build.gradle @@ -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' @@ -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 {