Switch to forked ShortcutBadger.

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2014-12-12 11:49:31 -08:00
parent a5e5a4c37f
commit b7badec752
2 changed files with 3 additions and 2 deletions

View file

@ -33,7 +33,7 @@ repositories {
}
dependencies {
compile 'me.leolin:ShortcutBadger:1.0.2'
compile 'me.leolin:ShortcutBadger:1.0.2-WS1'
compile 'se.emilsjolander:stickylistheaders:2.2.0'
compile 'com.google.android.gms:play-services:6.1.71'
compile 'com.astuetz:pagerslidingtabstrip:1.0.1'
@ -61,7 +61,7 @@ dependencies {
dependencyVerification {
verify = [
'me.leolin:ShortcutBadger:8fa86a47712d785f01a33dd157ae07209973224061bc1cf2f1cd1715585d196a',
'me.leolin:ShortcutBadger:b711fb21d60c4c771c74f4f78508597aae8faf731ab2ecc4a68c47632fda2d4c',
'se.emilsjolander:stickylistheaders:89146b46c96fea0e40200474a2625cda10fe94891e4128f53cdb42375091b9b6',
'com.google.android.gms:play-services:32e7d1834a1cf8fa4b17e8d359db580c286e26c1eefbf84fdb9996eac8d74919',
'com.astuetz:pagerslidingtabstrip:f1641396732c7132a7abb837e482e5ee2b0ebb8d10813fc52bbaec2c15c184c2',

View file

@ -62,6 +62,7 @@ import java.util.concurrent.TimeUnit;
import me.leolin.shortcutbadger.ShortcutBadger;
/**
* Handles posting system notifications for new messages.
*