Skip to content

Commit

Permalink
update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliffus committed Jun 21, 2016
1 parent 7410158 commit 8d310ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ Added support for Interpolators + update demo Activity
1.0.2
-----
Fixed some issues related to rotating a device from portrait to landscape (and the other way around)

1.0.3
-----
Removed attributes from AndroidManifest, because they may conflict with the ones in your app AndroidManifest
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Demo
----
This repository also contains a demo project.

![Demo](https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.2/demo.gif)
![Demo](https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.3/demo.gif)

Add dependency
--------------
Expand All @@ -32,7 +32,7 @@ library dependency

```groovy
dependencies {
compile ('at.blogc:expandabletextview:1.0.2@aar')
compile 'at.blogc:expandabletextview:1.0.3'
}
```

Expand Down

0 comments on commit 8d310ae

Please sign in to comment.