Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
selimtoksal committed Feb 18, 2020
1 parent 57fc2fc commit 4a0761c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libraries/suggestion-input-view/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://raw.githubusercontent.com/Trendyol/android-ui-components/master/images/suggestion-input-view-1.gif" width="240"/>

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
Expand Down
6 changes: 3 additions & 3 deletions libraries/suggestion-input-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 4a0761c

Please sign in to comment.