Skip to content

Commit 9ccf82e

Browse files
committed
Release 1.5.3
1 parent 2d82750 commit 9ccf82e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log
22
==========
33

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+
415
Version 1.5.2 (2015-05-14)
516
----------------------------
617

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.5.2
1+
VERSION_NAME=1.5.3
22
VERSION_CODE=16
33
GROUP=com.balysv.materialmenu
44

0 commit comments

Comments
 (0)