Skip to content

Commit 8d310ae

Browse files
committed
update README and CHANGELOG
1 parent 7410158 commit 8d310ae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ Added support for Interpolators + update demo Activity
1212
1.0.2
1313
-----
1414
Fixed some issues related to rotating a device from portrait to landscape (and the other way around)
15+
16+
1.0.3
17+
-----
18+
Removed attributes from AndroidManifest, because they may conflict with the ones in your app AndroidManifest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Demo
88
----
99
This repository also contains a demo project.
1010

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

1313
Add dependency
1414
--------------
@@ -32,7 +32,7 @@ library dependency
3232

3333
```groovy
3434
dependencies {
35-
compile ('at.blogc:expandabletextview:1.0.2@aar')
35+
compile 'at.blogc:expandabletextview:1.0.3'
3636
}
3737
```
3838

0 commit comments

Comments
 (0)