You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/15 14:17:09 UTC

[GitHub] [cordova-android] dpogue commented on issue #1092: Wrong dependencies version used when building app

dpogue commented on issue #1092:
URL: https://github.com/apache/cordova-android/issues/1092#issuecomment-709356392


   My thoughts on how best to fix this are to avoid copying the platform JS API stuff into the `platforms/android` folder, and instead to run it out of `node_modules/cordova-android` by using `require('cordova-android')`. The native project itself would still like in `platforms/android`.
   
   However, that's a major breaking change that would definitely break at least one documented workflow for using Cordova, so this probably requires a lot of discussion on the devlist.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org