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