Skip to content

Commit

Permalink
Release: v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
whilu committed Jan 21, 2019
1 parent a903e5f commit 4168951
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add below dependency in your **build.gradle** file.

```groovy
dependencies {
compile 'co.lujun:androidtagview:1.1.6'
compile 'co.lujun:androidtagview:1.1.7'
}
```

Expand Down Expand Up @@ -215,6 +215,9 @@ mTagcontainerLayout.setTags(tags, colors);

## Change logs

### 1.1.7(2019-01-21)
- Fix bugs

### 1.1.6(2018-12-1)
- Support tag selectable

Expand Down
6 changes: 3 additions & 3 deletions androidtagview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 21
minSdkVersion 14
targetSdkVersion 28
versionCode 116
versionName "1.1.6"
versionCode 117
versionName "1.1.7"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {

defaultConfig {
applicationId "co.lujun.sample"
minSdkVersion 21
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 4168951

Please sign in to comment.