breautek commented on issue #1483:
URL: 
https://github.com/apache/cordova-android/issues/1483#issuecomment-1239970183

   
https://github.com/katzer/cordova-plugin-local-notifications/blob/master/src/android/build/localnotification.gradle#L31
   
   `compile` has been deprecated by Gradle for some time now and 
cordova-android 11 now uses a gradle version where `compile` has been removed. 
It is usually as simple as using `implementation` instead, but the plugin 
maintainers needs to update their plugin.
   
   Closing because this isn't a bug in Cordova.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to