Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whilu committed Jan 14, 2016
1 parent f4dd201 commit 9e805b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions 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.0'
compile 'co.lujun:androidtagview:1.0.1'
}
```

Expand Down Expand Up @@ -160,7 +160,13 @@ mTagContainerLayout.removeAllTags();
```

## Change logs
###1.0.0
###1.0.1(2016-1-14)
- support text [direction](#directions)
- add ```removeAllTags()``` method for remove all TagViews
- fixed issue [#1](https://github.com/whilu/AndroidTagView/issues/1)
- fixed other bugs

###1.0.0(2016-1-6)
- First release

## Sample App
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 100
versionName "1.0.0"
versionCode 101
versionName "1.0.1"
}
buildTypes {
release {
Expand Down
Binary file modified sample/sample-release.apk
Binary file not shown.

0 comments on commit 9e805b7

Please sign in to comment.