Skip to content

Commit

Permalink
Update changelog + version
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Feb 16, 2016
1 parent 0ecb736 commit 8b51d9c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ USAGE
<br/>2. Add dependencies for ShortcutBadger, it's available from maven now.

dependencies {
compile 'me.leolin:ShortcutBadger:1.1.3@aar'
compile 'me.leolin:ShortcutBadger:1.1.4@aar'
}

<br/>3. Add the codes below:
Expand Down Expand Up @@ -125,6 +125,10 @@ Please use version 1.1.0+

CHANGE LOG
===================================
1.1.4:<br/>
Changed `ShortcutBadger.setBadge(context, badgeCount)` to `ShortcutBadger.applyCount(context, badgeCount);`<br/>
<br/>

1.1.3:<br/>
Deprecate SamsungBadger and LGBadger, those devices can use DefaultBadger<br/>
<br/>
Expand Down

0 comments on commit 8b51d9c

Please sign in to comment.