Skip to content

Commit 8e870f7

Browse files
committed
Changed compile to implementation
1 parent 85b1a95 commit 8e870f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/android/badge.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ if (!project.ext.has('appShortcutBadgerVersion')) {
2525

2626
if (!project.ext.has('appShortcutBadgerCustom')) {
2727
dependencies {
28-
compile "me.leolin:ShortcutBadger:${appShortcutBadgerVersion}@aar"
28+
implementation "me.leolin:ShortcutBadger:${appShortcutBadgerVersion}@aar"
2929
}
3030
}

0 commit comments

Comments
 (0)