Skip to content

Commit 4b44aee

Browse files
committed
prepare release 1.0.2
1 parent aef0791 commit 4b44aee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ Initial version of the ExpandableTextView
88
1.0.1
99
-----
1010
Added support for Interpolators + update demo Activity
11+
12+
1.0.2
13+
-----
14+
Fixed some issues related to rotating a device from portrait to landscape (and the other way around)

expandabletextview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
def fullVersion = '1.0.1'
5+
def fullVersion = '1.0.2'
66

77
group = 'at.blogc'
88
version = fullVersion

0 commit comments

Comments
 (0)