From 36630813d16ac9d372212ff3962d6459d89fbab5 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 31 Mar 2016 19:08:13 +0200 Subject: [PATCH 1/7] Update README.md * renamed `menu_badge` to `menu_action_item_badge` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 245ef73..2318f3d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ It is also a good idea to set showAsAction="always" (The badge can only be shown xmlns:app="http://schemas.android.com/apk/res-auto"> From 2b2875aee1fc31ec4c618d8ed3ebc3ec0cb8dca9 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 7 Apr 2016 20:31:36 +0200 Subject: [PATCH 2/7] * update to latest support libraries v23.3.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1536372..db33fde 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { ext { compileSdkVersion = 23 buildToolsVersion = "23.0.2" - supportLibVersion = "23.2.1" + supportLibVersion = "23.3.0" } allprojects { From 608de83f9453423befc9e84c360dd4e95a60919b Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 7 Apr 2016 20:31:42 +0200 Subject: [PATCH 3/7] * update to latest build tools v23.0.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index db33fde..17788ad 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { ext { compileSdkVersion = 23 - buildToolsVersion = "23.0.2" + buildToolsVersion = "23.0.3" supportLibVersion = "23.3.0" } From e7182ca3654dd5f9d05b746a506fc61a25e04a22 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 7 Apr 2016 20:31:47 +0200 Subject: [PATCH 4/7] * update to latest android gradle build tools 2.0.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 17788ad..5fc2e1e 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' } } dependencies { - classpath 'com.android.tools.build:gradle:1.5.0' + classpath 'com.android.tools.build:gradle:2.0.0' classpath 'com.novoda:bintray-release:0.3.4' } } From 1ca3c9859030a25d024ae14b10c593106a0a6cab Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 7 Apr 2016 20:32:08 +0200 Subject: [PATCH 5/7] * update to latest `android-iconics` v2.5.11 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2318f3d..b086f34 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ dependencies { //SUB-DEPENDENCIES //Android-Iconics - used to provide an easy API for icons - compile 'com.mikepenz:iconics-core:2.5.10@aar' + compile 'com.mikepenz:iconics-core:2.5.11@aar' } ``` diff --git a/library/build.gradle b/library/build.gradle index 19fa2cf..0759a95 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -25,5 +25,5 @@ dependencies { // used to provide out of the box icon font support. simplifies development, // and provides scalable icons. the core is very very light // https://github.com/mikepenz/Android-Iconics - compile 'com.mikepenz:iconics-core:2.5.10@aar' + compile 'com.mikepenz:iconics-core:2.5.11@aar' } From a62112743e86bee8ebedc929c9174625009f1f5c Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 7 Apr 2016 20:32:17 +0200 Subject: [PATCH 6/7] * update sample app dependencies --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3bbeabb..5f8fce8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,29 +30,29 @@ dependencies { // contains util classes to support various android versions, and clean up code // comes with the awesome "Holder"-Pattern // https://github.com/mikepenz/Materialize - compile 'com.mikepenz:materialize:0.8.6@aar' + compile 'com.mikepenz:materialize:0.8.8@aar' // used to fill the RecyclerView with the DrawerItems // and provides single and multi selection, expandable items // https://github.com/mikepenz/FastAdapter - compile 'com.mikepenz:fastadapter:1.2.5@aar' + compile 'com.mikepenz:fastadapter:1.4.0@aar' // used to provide out of the box icon font support. simplifies development, // and provides scalable icons. the core is very very light // https://github.com/mikepenz/Android-Iconics - compile 'com.mikepenz:iconics-core:2.5.10@aar' + compile 'com.mikepenz:iconics-core:2.5.11@aar' //used to generate the drawer on the left //https://github.com/mikepenz/MaterialDrawer - compile 'com.mikepenz:materialdrawer:5.1.4@aar' + compile 'com.mikepenz:materialdrawer:5.1.8@aar' //used to generate the Open Source section //https://github.com/mikepenz/AboutLibraries - compile 'com.mikepenz:aboutlibraries:5.5.9@aar' + compile 'com.mikepenz:aboutlibraries:5.6.3@aar' //used to display the icons in the drawer and in the menu //https://github.com/mikepenz/Android-Iconics compile 'com.mikepenz:google-material-typeface:2.2.0.1@aar' compile 'com.mikepenz:fontawesome-typeface:4.4.0.1@aar' - compile 'com.mikepenz:crossfader:1.3.6@aar' + compile 'com.mikepenz:crossfader:1.3.7@aar' } From 660697d613a992075faf0348a0de32bceffbf0a4 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 7 Apr 2016 20:32:55 +0200 Subject: [PATCH 7/7] * [release] v3.2.5 --- README.md | 2 +- app/build.gradle | 4 ++-- gradle.properties | 4 ++-- library/build.gradle | 4 ++-- library/src/main/res/values/aboutlibraries.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b086f34..1f145d0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The ActionItemBadge Library is pushed to [Maven Central], so you just need to ad ```javascript dependencies { - compile 'com.mikepenz:actionitembadge:3.2.4@aar' + compile 'com.mikepenz:actionitembadge:3.2.5@aar' //SUB-DEPENDENCIES //Android-Iconics - used to provide an easy API for icons diff --git a/app/build.gradle b/app/build.gradle index 5f8fce8..03508c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 23 - versionCode 324 - versionName "3.2.4" + versionCode 325 + versionName "3.2.5" } buildTypes { release { diff --git a/gradle.properties b/gradle.properties index bbf8e22..5e4defc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=3.2.4 -VERSION_CODE=324 +VERSION_NAME=3.2.5 +VERSION_CODE=325 GROUP=com.mikepenz POM_DESCRIPTION=Android-ActionItemBadge Library diff --git a/library/build.gradle b/library/build.gradle index 0759a95..71d8a0f 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 23 - versionCode 324 - versionName "3.2.4" + versionCode 325 + versionName "3.2.5" } buildTypes { release { diff --git a/library/src/main/res/values/aboutlibraries.xml b/library/src/main/res/values/aboutlibraries.xml index 7bec664..7c2d683 100644 --- a/library/src/main/res/values/aboutlibraries.xml +++ b/library/src/main/res/values/aboutlibraries.xml @@ -9,7 +9,7 @@ Android-ActionItemBadge is a library which offers a simple and easy to use method to add a badge to your action item!! ]]> - 3.2.4 + 3.2.5 https://github.com/mikepenz/Android-ActionItemBadge apache_2_0 true