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 {