adriano-di-giovanni / cordova-plugin-enable-multidex

Enable Multidex for Cordova Android apps with over 64K methods
MIT License
23 stars 18 forks source link

Add support for AndroidX and Cordova 9 #3

Closed davidschreiber closed 5 years ago

davidschreiber commented 5 years ago

This PR solves two issues:

MumblesNZ commented 5 years ago

Any movement on this merge request? Our ionic build tools have justed updated to Cordova 9.0 so we are temporarily using the forked version whilst awaiting this merge.

MumblesNZ commented 5 years ago

@davidschreiber do you need to add cordova-common as a dependency with the new require('cordova-common') method?

I.e. "engines": { "cordovaDependencies": { "0.1.3": { "cordova-common": "3.1.0" } } }

adriano-di-giovanni commented 5 years ago

Sorry for the late reply, guys. Thanks for your contribution.