diff --git a/README.md b/README.md index 232fd3e..e4ec089 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.2@aar') { + compile('com.mikepenz:actionitembadge:3.1.3@aar') { transitive = true } } diff --git a/app/build.gradle b/app/build.gradle index 61abd01..83d732b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.mikepenz.actionitembadge.sample" minSdkVersion 14 targetSdkVersion 23 - versionCode 312 - versionName "3.1.2" + versionCode 313 + versionName "3.1.3" } buildTypes { release { diff --git a/gradle.properties b/gradle.properties index b8721ab..79bc962 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.2 -VERSION_CODE=312 +VERSION_NAME=3.1.3 +VERSION_CODE=313 GROUP=com.mikepenz POM_DESCRIPTION=Android-ActionItemBadge Library diff --git a/library/build.gradle b/library/build.gradle index dc5fb00..0528187 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 23 - versionCode 312 - versionName "3.1.2" + versionCode 313 + versionName "3.1.3" } buildTypes { release { diff --git a/library/src/main/res/values/aboutlibraries.xml b/library/src/main/res/values/aboutlibraries.xml index e12efc9..77001df 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.2 + 3.1.3 https://github.com/mikepenz/Android-ActionItemBadge apache_2_0 true