cordova-android©10.1.1 - keeps installing cordova-android@^9.0.0
joacim-boive opened this issue · 1 comments
joacim-boive commented
I'm suspecting this plugin as I do:
cordova platform rm android
cordova platform add android@10.1.1
But when I run Fastlane I get:
Using cordova-fetch for cordova-android@^9.0.0
And I get in the package.json - file:
"cordova-android": "^9.1.0",
I expect to see:
"cordova-android": "^10.1.1",
using fastlane-plugin-cordova 3.1.1
Using latest fastlane version
joacim-boive commented
Nevermind - it was in our own build script.
cordova platform add android - adds android 9 for some reason.