Skip to content

Instantly share code, notes, and snippets.

@amygrinn
Created April 2, 2019 17:28
Show Gist options
  • Save amygrinn/dccc1ccf04baeae078f5f85f854df7e7 to your computer and use it in GitHub Desktop.
Save amygrinn/dccc1ccf04baeae078f5f85f854df7e7 to your computer and use it in GitHub Desktop.
Update cordova version
sed -i -E 's/(<widget.+version=")[^"]*(".+)/\1'$1'\2/' config.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment