diff --git a/README.md b/README.md index 6dddb84..1e2677f 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 { - implementation 'com.mikepenz:actionitembadge:3.3.1@aar' + implementation 'com.mikepenz:actionitembadge:3.3.2@aar' //SUB-DEPENDENCIES //Android-Iconics - used to provide an easy API for icons diff --git a/app/build.gradle b/app/build.gradle index f7f8bcf..b8320f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 331 - versionName "3.3.1" + versionCode 332 + versionName "3.3.2" } buildTypes { release { diff --git a/gradle.properties b/gradle.properties index 06c1be2..3a3d381 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,8 +12,8 @@ # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=3.3.1 -VERSION_CODE=331 +VERSION_NAME=3.3.2 +VERSION_CODE=332 GROUP=com.mikepenz POM_DESCRIPTION=Android-ActionItemBadge Library POM_URL=https://github.com/mikepenz/Android-ActionItemBadge diff --git a/library/build.gradle b/library/build.gradle index 9df23c4..6bc8189 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 331 - versionName "3.3.1" + versionCode 332 + versionName "3.3.2" } buildTypes { release { diff --git a/library/src/main/res/values/aboutlibraries.xml b/library/src/main/res/values/aboutlibraries.xml index 37fd539..0ef1b1f 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.3.1 + 3.3.2 https://github.com/mikepenz/Android-ActionItemBadge apache_2_0 true