Skip to content

Commit 4168951

Browse files
committed
Release: v1.1.7
1 parent a903e5f commit 4168951

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add below dependency in your **build.gradle** file.
1616

1717
```groovy
1818
dependencies {
19-
compile 'co.lujun:androidtagview:1.1.6'
19+
compile 'co.lujun:androidtagview:1.1.7'
2020
}
2121
```
2222

@@ -215,6 +215,9 @@ mTagcontainerLayout.setTags(tags, colors);
215215

216216
## Change logs
217217

218+
### 1.1.7(2019-01-21)
219+
- Fix bugs
220+
218221
### 1.1.6(2018-12-1)
219222
- Support tag selectable
220223

androidtagview/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ android {
44
compileSdkVersion 28
55

66
defaultConfig {
7-
minSdkVersion 21
7+
minSdkVersion 14
88
targetSdkVersion 28
9-
versionCode 116
10-
versionName "1.1.6"
9+
versionCode 117
10+
versionName "1.1.7"
1111
}
1212
buildTypes {
1313
release {

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55

66
defaultConfig {
77
applicationId "co.lujun.sample"
8-
minSdkVersion 21
8+
minSdkVersion 14
99
targetSdkVersion 28
1010
versionCode 1
1111
versionName "1.0"

0 commit comments

Comments
 (0)