Skip to content

Commit

Permalink
* [release] v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Oct 28, 2017
1 parent 167ff8f commit 2fc0024
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 331
versionName "3.3.1"
versionCode 332
versionName "3.3.2"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 331
versionName "3.3.1"
versionCode 332
versionName "3.3.2"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/values/aboutlibraries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Android-<b>ActionItemBadge</b> is a library which offers a simple and easy to use method to add a badge to your action item!!
]]>
</string>
<string name="library_AndroidActionItemBadge_libraryVersion">3.3.1</string>
<string name="library_AndroidActionItemBadge_libraryVersion">3.3.2</string>
<string name="library_AndroidActionItemBadge_libraryWebsite">https://github.com/mikepenz/Android-ActionItemBadge</string>
<string name="library_AndroidActionItemBadge_licenseId">apache_2_0</string>
<string name="library_AndroidActionItemBadge_isOpenSource">true</string>
Expand Down

0 comments on commit 2fc0024

Please sign in to comment.