bamlab / fastlane-plugin-cordova

Integrate your Cordova build into your Fastlane setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cordova-android©10.1.1 - keeps installing cordova-android@^9.0.0

joacim-boive opened this issue · comments

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

Nevermind - it was in our own build script.
cordova platform add android - adds android 9 for some reason.