Github user omefire commented on the pull request:
https://github.com/apache/cordova-lib/pull/148#issuecomment-72637685
Hey @agrieve, It seems like the refactoring you did before merging this in
introduced a bug :
Suppose the latest android version is: 3.7.0 and my project contains
android version 3.5.0.
When I run 'cordova platform update android' with my config.xml containing:
<cdv:engine id="android" version="3.6.0" />, my project's android platform is
going to be upgraded to 3.6.0 instead of being upgraded to 3.7.0.
What happens is that it grabs the version from the config.xml if any and
only resorts to the latest pinned version (3.7.0) if the config.xml file is
empty.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]