Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leolin310148 committed Jan 18, 2018
1 parent e875566 commit c072deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ USAGE
<br/>2. Add dependencies for ShortcutBadger, it's available from maven now.

dependencies {
compile "me.leolin:ShortcutBadger:1.1.20@aar"
compile "me.leolin:ShortcutBadger:1.1.21@aar"
}

<br/>3. Add the codes below:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:2.3.1'
}
ext {
POM_NAME = 'Shortcutbadger'
POM_NAME = 'ShortcutBadger'
POM_DESCRIPTION = 'The ShortcutBadger makes your Android App show the count of unread messages as a badge on your App shortcut!'
POM_URL = 'https://github.com/leolin310148/ShortcutBadger'
POM_SCM_URL = 'https://github.com/leolin310148/ShortcutBadger'
Expand All @@ -19,7 +19,7 @@ buildscript {
POM_DEVELOPER_ID = 'leolin310148'
POM_DEVELOPER_NAME = 'Leo Lin'
POM_PACKAGING = 'aar'
POM_ARTIFACT_ID = 'Shortcutbadger'
POM_ARTIFACT_ID = 'ShortcutBadger'
VERSION_NAME = '1.1.8'
VERSION_CODE = 1
GROUP = 'me.leolin'
Expand Down

0 comments on commit c072deb

Please sign in to comment.