File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,7 @@ Added support for Interpolators + update demo Activity
12
12
1.0.2
13
13
-----
14
14
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
Original file line number Diff line number Diff line change 8
8
----
9
9
This repository also contains a demo project.
10
10
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 )
12
12
13
13
Add dependency
14
14
--------------
@@ -32,7 +32,7 @@ library dependency
32
32
33
33
``` groovy
34
34
dependencies {
35
- compile ( 'at.blogc:expandabletextview:1.0.2@aar')
35
+ compile 'at.blogc:expandabletextview:1.0.3'
36
36
}
37
37
```
38
38
You can’t perform that action at this time.
0 commit comments