File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 1.1.2 (2014-08-29)
5
+
6
+ - animatePressedState(), animateState() and setState() now cancels running transformation so you
7
+ can spam the button and result in a correct state.
8
+
4
9
Version 1.1.1 (2014-08-27)
5
10
----------------------------
6
11
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ Including in your project
11
11
Import depending on ActionBar you use
12
12
13
13
// stock actionBar
14
- compile 'com.balysv:materialmenu:material-menu:1.1.1 '
14
+ compile 'com.balysv:materialmenu:material-menu:1.1.2 '
15
15
16
16
// actionBarCompat
17
- compile 'com.balysv:materialmenu:material-menu-abc:1.1.1 '
17
+ compile 'com.balysv:materialmenu:material-menu-abc:1.1.2 '
18
18
19
19
// actionBarSherlock
20
- compile 'com.balysv:materialmenu:material-menu-abs:1.1.1 '
20
+ compile 'com.balysv:materialmenu:material-menu-abs:1.1.2 '
21
21
22
22
23
23
Usage
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.1.1
1
+ VERSION_NAME =1.1.2
2
2
VERSION_CODE =3
3
3
GROUP =com.balysv.materialmenu
4
4
You can’t perform that action at this time.
0 commit comments