We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d82750 commit 9ccf82eCopy full SHA for 9ccf82e
CHANGELOG.md
@@ -1,6 +1,17 @@
1
Change Log
2
==========
3
4
+Version 1.5.3 (2015-05-14)
5
+----------------------------
6
+
7
+API break: Circle pressed state is no longer supported.
8
9
+`MaterialMenu.animatePressedState(IconState)` is now deprecated and should be replaced
10
+by `MaterialMenu.animateState(IconState)`
11
12
+`MaterialMenu.setPressedDuration(int)` has been removed.
13
14
15
Version 1.5.2 (2015-05-14)
16
----------------------------
17
gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=1.5.2
+VERSION_NAME=1.5.3
VERSION_CODE=16
GROUP=com.balysv.materialmenu
0 commit comments