From 850b4d9146d6cba3cffc9b574bfef4587755567f Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 14 Nov 2015 21:48:17 +0100 Subject: [PATCH 1/5] * update to latest android gradle build tools v1.5.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3eb3b6e..e139969 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' } } dependencies { - classpath 'com.android.tools.build:gradle:1.3.1' + classpath 'com.android.tools.build:gradle:1.5.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files From 17e81feef80d803df8ad64c67009bf6413099eca Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 14 Nov 2015 21:48:32 +0100 Subject: [PATCH 2/5] * update to latest buildTools --- app/build.gradle | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 81e99e1..9faaf7e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion '23.0.1' + buildToolsVersion '23.0.2' defaultConfig { applicationId "com.mikepenz.actionitembadge.sample" diff --git a/library/build.gradle b/library/build.gradle index 97a69a4..1ebbcde 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" defaultConfig { minSdkVersion 14 From b5b2199051472c361a4dd659aeb743db9f246bc6 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 14 Nov 2015 21:49:12 +0100 Subject: [PATCH 3/5] * update to latest iconics-core with the update android support library v23.1.1 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 1ebbcde..4ee7389 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -20,5 +20,5 @@ android { apply from: 'gradle-mvn-push.gradle' dependencies { - compile 'com.mikepenz:iconics-core:2.1.0@aar' + compile 'com.mikepenz:iconics-core:2.1.1@aar' } From 2fc08fbcbba7c3797614fcbe2a5aaa5e94bb2662 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 14 Nov 2015 21:49:41 +0100 Subject: [PATCH 4/5] * update sample library dependencies --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9faaf7e..f629ff8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,7 @@ android { dependencies { compile project(':library') - compile('com.mikepenz:materialdrawer:4.4.5@aar') { + compile('com.mikepenz:materialdrawer:4.4.6@aar') { transitive = true exclude module: "iconics-core" } @@ -30,7 +30,7 @@ dependencies { transitive = true } - compile 'com.mikepenz:google-material-typeface:2.1.2.1@aar' + 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.2.0@aar' + compile 'com.mikepenz:crossfader:1.3.1@aar' } From 94cb9e9183fdc8c9b67514d5e37c2d8bd52bbd67 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 14 Nov 2015 21:50:28 +0100 Subject: [PATCH 5/5] * [release] v3.1.6 --- 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 57fed91..20a1268 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.1.5@aar') { + compile('com.mikepenz:actionitembadge:3.1.6@aar') { transitive = true } } diff --git a/app/build.gradle b/app/build.gradle index f629ff8..13cf47d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.mikepenz.actionitembadge.sample" minSdkVersion 14 targetSdkVersion 23 - versionCode 315 - versionName "3.1.5" + versionCode 316 + versionName "3.1.6" } buildTypes { release { diff --git a/gradle.properties b/gradle.properties index f11dd28..0856c82 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.1.5 -VERSION_CODE=315 +VERSION_NAME=3.1.6 +VERSION_CODE=316 GROUP=com.mikepenz POM_DESCRIPTION=Android-ActionItemBadge Library diff --git a/library/build.gradle b/library/build.gradle index 4ee7389..24dbbde 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 23 - versionCode 315 - versionName "3.1.5" + versionCode 316 + versionName "3.1.6" } buildTypes { release { diff --git a/library/src/main/res/values/aboutlibraries.xml b/library/src/main/res/values/aboutlibraries.xml index 38bf3c2..555a48b 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.1.5 + 3.1.6 https://github.com/mikepenz/Android-ActionItemBadge apache_2_0 true