Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Allow the following scenarios:
- users can issue 'cordova platform add https://github.com/apache/cordova-android.git' and the git repo will be cloned and used.
- users can issue 'cordova platform add android@https://github.com/apache/cordova-android.git' and the git repo will be cloned and used.
- users can issue 'cordova platform add android' and if their config.xml file contains: '<engine id='android' version='https://github.com/apache/cordova-android.git' />, then the git repo pointed to by config.xml will be cloned and used.