Skip to content

Commit

Permalink
Merge pull request katzer#1979 from ygpedroso/bug/use-gradle-implemen…
Browse files Browse the repository at this point in the history
…tation

Migrate to Gradle implementation
  • Loading branch information
GitToTheHub authored Mar 19, 2023
2 parents ba42c73 + e56ad35 commit 97cffd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/build/localnotification.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ if (!project.ext.has('appShortcutBadgerVersion')) {
}

dependencies {
compile "me.leolin:ShortcutBadger:${appShortcutBadgerVersion}@aar"
implementation "me.leolin:ShortcutBadger:${appShortcutBadgerVersion}@aar"
}

0 comments on commit 97cffd5

Please sign in to comment.