Closed mslobodan closed 5 years ago
Android build.extras.gradle fix. Using "cdvPluginPostBuildExtras.add" instead of assigning commands to "ext.postBuildExtras" in order to fix overwrites of "ext.postBuildExtras" by other Cordova plugins.
Thanks @mslobodan!
Android build.extras.gradle fix. Using "cdvPluginPostBuildExtras.add" instead of assigning commands to "ext.postBuildExtras" in order to fix overwrites of "ext.postBuildExtras" by other Cordova plugins.