We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0791 commit 4b44aeeCopy full SHA for 4b44aee
CHANGELOG.md
@@ -8,3 +8,7 @@ Initial version of the ExpandableTextView
8
1.0.1
9
-----
10
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
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
apply plugin: 'com.jfrog.bintray'
4
5
-def fullVersion = '1.0.1'
+def fullVersion = '1.0.2'
6
7
group = 'at.blogc'
version = fullVersion
0 commit comments