CB-13831: (android) Update android-versions to 1.3.0 to support SDK 27.

The `android-versions@1.3.0` version now has support for Android SDK level
27 thanks to 230957205e.

As the `android-versions` npm is a "bundled dependency" this will only
take effect when a new version of `cordova-android` is published, since
bundled dependencies are packed within the npm at publish time, not
automatically fetched as dependencies at publish time (which would have
normally been covered for new installations of cordova-android@7.0.0
thanks to semver caret notation).
This commit is contained in:
Jesse Rosenberger 2018-01-25 20:03:00 +02:00
parent cc08e9d84a
commit f91102ee07
No known key found for this signature in database
GPG Key ID: C0CCCF81AA6C08D8

View File

@ -29,7 +29,7 @@
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^1.2.1",
"android-versions": "^1.3.0",
"cordova-common": "^2.2.0",
"elementtree": "0.1.6",
"nopt": "^3.0.1",