From f91102ee0707b0d4528cda8967c14810c3b8e16e Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Thu, 25 Jan 2018 20:03:00 +0200 Subject: [PATCH] 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). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16497fc7..58be2aa0 100644 --- a/package.json +++ b/package.json @@ -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",