We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b1a95 commit 8e870f7Copy full SHA for 8e870f7
1 file changed
src/android/badge.gradle
@@ -25,6 +25,6 @@ if (!project.ext.has('appShortcutBadgerVersion')) {
25
26
if (!project.ext.has('appShortcutBadgerCustom')) {
27
dependencies {
28
- compile "me.leolin:ShortcutBadger:${appShortcutBadgerVersion}@aar"
+ implementation "me.leolin:ShortcutBadger:${appShortcutBadgerVersion}@aar"
29
}
30
0 commit comments