diff --git a/README.md b/README.md index 3438e87..fa33a90 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ USAGE
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' }
3. Add the codes below: @@ -125,6 +125,10 @@ Please use version 1.1.0+ CHANGE LOG =================================== +1.1.4:
+Changed `ShortcutBadger.setBadge(context, badgeCount)` to `ShortcutBadger.applyCount(context, badgeCount);`
+
+ 1.1.3:
Deprecate SamsungBadger and LGBadger, those devices can use DefaultBadger