Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whilu committed Jan 18, 2016
1 parent be87be7 commit 2130ed3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 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.0.1'
compile 'co.lujun:androidtagview:1.0.2'
}
```

Expand Down Expand Up @@ -174,6 +174,10 @@ mTagContainerLayout.removeAllTags();
```

## Change logs
###1.0.2(2016-1-18)
- support [gravity](#gravity) for ```TagContainerLayout```
- support set typeface

###1.0.1(2016-1-14)
- support text [direction](#directions)
- add ```removeAllTags()``` method for remove all TagViews
Expand Down
4 changes: 2 additions & 2 deletions androidtagview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 101
versionName "1.0.1"
versionCode 102
versionName "1.0.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 2130ed3

Please sign in to comment.