support Gradle 7.0+#16
Conversation
|
The same for me it is superimportant! |
|
@pinturic It looks like all the predecessors have abandoned it. You're probably just best off creating your own fork from my branch. I believe this still works on all the latest SDKs, but I've moved most of my apps to Capacitor and use the awesome capacitor-updater plugin for hot code pushing. Good luck! |
|
@christophersansone |
|
My branch of this plugin works with "plain Cordova"... it's just a fix. The capacitor-updater plugin is for Capacitor only. It works without the Ionic Framework, which is just a UI library to style the app to look native. Hope I answered your question! |
|
Yes wonderful thank you very much! |
Fixes #14 .
The
compiledeclaration was deprecated in previous versions of Gradle and has been removed in v7.0. Reference(Thanks for resurrecting this plugin! It's always surprised me how this plugin was never more widely adopted.)