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 19, 2020
1 parent 3eeec70 commit aa82ea3
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.5 [![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.6 [![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.5-alpha1"
version="1.0.6"

android {
compileSdkVersion 29
Expand All @@ -15,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 29
versionCode 6
versionName "1.0.5-alpha1"
versionCode 7
versionName "1.0.6"

vectorDrawables.useSupportLibrary = true

Expand Down

0 comments on commit aa82ea3

Please sign in to comment.