bamlab / fastlane-plugin-cordova

Integrate your Cordova build into your Fastlane setup
MIT License
115 stars 38 forks source link

version 3.1.0 crash with : Unknown method 'params on android builds #53

Open NirGrocerKey opened 3 years ago

NirGrocerKey commented 3 years ago

working with version 3.0.0 was great, the CI updated to 3.1.0 and now I'm getting Unknown method 'params' and android build fails, nothing was changed in the fastfile, reverting to 3.0.0 solves the problem

mlegenhausen commented 3 years ago

You can the following to your Pluginfile until my PR is merged:

gem 'fastlane-plugin-cordova', :github => 'werk85/fastlane-plugin-cordova', :branch => 'fix-pr-52', :ref => 'a4e76f9'