Getting a build error - me.leolin:ShortcutBadger:1.1.22@aar

Author: ghostCreated Sep 6, 2022Updated Jan 18, 2023

After migrating our Ionic project from Capacitor 3 to Capacitor 4 (see migration guide) we're getting a build error when building for Android:

Our app uses the cordova-plugin-badge plugin which in turn seems to rely pon ShortcutBadger?

The error we get is:

* Where:
Script '/builds/rks/myApp/node_modules/cordova-plugin-badge/src/android/badge.gradle' line: 28

* What went wrong:
A problem occurred evaluating script.
> Could not find method compile() for arguments [me.leolin:ShortcutBadger:1.1.22@aar] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

Any ideas what we need to do?

Source: leolin310148/ShortcutBadger