forked from github/cordova-android
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 https://github.com/dvoiss/android-versions/commit/230957205eeb26e569096251a32179e88a28acfc. 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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user