Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Balys Valentukevicius committed Sep 13, 2016
1 parent dd4cf4c commit a61036e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

Version 2.0.0 (2016-09-13)
----------------------------

**Major update**

- Stripping main library classes to bare minimum - `MaterialMenuDrawable` and `MaterialMenuView`.
- Removed all `extras` packages since ActionBarCompat or ActionBarSherlock are not being maintained
for quite a while now. Most usages will be with `Toolbar`. Integrating the drawable into it will be up
to the user of the library (see README or demo).
- Removed `nineoldadroids` dependency - reduced method count by 929!
- Bumped min api version to 14

Version 1.5.5 (2016-09-13)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_NAME=2.0.0
VERSION_CODE=18
GROUP=com.balysv.materialmenu

Expand Down

0 comments on commit a61036e

Please sign in to comment.