From 8b51d9c3e1419de71fbfef174cc829415d5dafa3 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 16 Feb 2016 11:28:24 +0100 Subject: [PATCH] Update changelog + version --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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