From 93e15fe9146e7e9e7218efc4b0706b3d42b240d3 Mon Sep 17 00:00:00 2001 From: "selim.toksal" Date: Wed, 19 Feb 2020 09:13:39 +0300 Subject: [PATCH] Update version Update readme --- libraries/suggestion-input-view/README.md | 2 +- libraries/suggestion-input-view/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/suggestion-input-view/README.md b/libraries/suggestion-input-view/README.md index 26c623e0..db45801e 100644 --- a/libraries/suggestion-input-view/README.md +++ b/libraries/suggestion-input-view/README.md @@ -1,6 +1,6 @@ -suggestionInputViewVersion = suggestion-input-view-1.0.3 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +suggestionInputViewVersion = suggestion-input-view-1.0.4 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ## SuggestionInputView SuggestionInputView allows selecting pre-selected options or entering a custom option diff --git a/libraries/suggestion-input-view/build.gradle b/libraries/suggestion-input-view/build.gradle index f85b117a..4800acd7 100644 --- a/libraries/suggestion-input-view/build.gradle +++ b/libraries/suggestion-input-view/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'com.github.dcendents.android-maven' group="com.trendyol.ui-components" -version="1.0.3" +version="1.0.4" android { compileSdkVersion 29 @@ -15,8 +15,8 @@ android { defaultConfig { minSdkVersion 17 targetSdkVersion 29 - versionCode 4 - versionName "1.0.3" + versionCode 5 + versionName "1.0.4" vectorDrawables.useSupportLibrary = true