diff --git a/libraries/suggestion-input-view/README.md b/libraries/suggestion-input-view/README.md index 80a124fd..26c623e0 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.2 [![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.3 [![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 3e37c9ac..f85b117a 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.2" +version="1.0.3" android { compileSdkVersion 29 @@ -15,8 +15,8 @@ android { defaultConfig { minSdkVersion 17 targetSdkVersion 29 - versionCode 3 - versionName "1.0.2" + versionCode 4 + versionName "1.0.3" vectorDrawables.useSupportLibrary = true