You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Omar Mefire (JIRA)" <ji...@apache.org> on 2015/02/03 12:47:34 UTC

[jira] [Created] (CB-8406) 'cordova platform update' updates platform to the version in config.xml instead of pinned version

Omar Mefire created CB-8406:
-------------------------------

             Summary: 'cordova platform update' updates platform to the version in config.xml instead of pinned version
                 Key: CB-8406
                 URL: https://issues.apache.org/jira/browse/CB-8406
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaLib
    Affects Versions: Master
            Reporter: Omar Mefire


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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