From a61036e3e2e6dee758ff7bdf6d377668a67f980c Mon Sep 17 00:00:00 2001 From: Balys Valentukevicius Date: Tue, 13 Sep 2016 01:54:23 +0100 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d22ffc..f686390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ---------------------------- diff --git a/gradle.properties b/gradle.properties index bc2db46..4e2ff59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.0.0-SNAPSHOT +VERSION_NAME=2.0.0 VERSION_CODE=18 GROUP=com.balysv.materialmenu