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 81e99e1..13cf47d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion '23.0.1' + buildToolsVersion '23.0.2' defaultConfig { applicationId "com.mikepenz.actionitembadge.sample" minSdkVersion 14 targetSdkVersion 23 - versionCode 315 - versionName "3.1.5" + versionCode 316 + versionName "3.1.6" } buildTypes { release { @@ -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' } 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 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 97a69a4..24dbbde 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" defaultConfig { minSdkVersion 14 targetSdkVersion 23 - versionCode 315 - versionName "3.1.5" + versionCode 316 + versionName "3.1.6" } buildTypes { release { @@ -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' } 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