Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Update to Cordova 7.1.0, Android 6.3.0, and iOS 4.5.3 #196

Closed
skirunman opened this issue Oct 11, 2017 · 3 comments
Closed

Update to Cordova 7.1.0, Android 6.3.0, and iOS 4.5.3 #196

skirunman opened this issue Oct 11, 2017 · 3 comments
Milestone

Comments

@skirunman
Copy link

skirunman commented Oct 11, 2017

This is a minor update to Cordova 7.1.0 and Cordova Android 6.3.0 and any other related plugins. We recently updated to Cordova iOS 4.5.1 meteor/meteor#9137 so ideally for the upcoming Meteor 1.6 release we would have latest Cordova versions included.

@abernix
Copy link
Contributor

abernix commented Oct 12, 2017

Meteor 1.6 is already in release candidate status, so unless it's fixing critical or must-fix bugs present in Meteor 1.6, I think this will need to wait.

@christocracy
Copy link

christocracy commented Oct 28, 2017

cordova@7.1.0 / android-6.3.0 allows plugin developers (like myself) to finally provide a mechanism to solve gradle conflicts with other libraries requesting different versions of play-services / firebase dependencies.

ie: Plugin developers can now expose <variable />s in one's config.xml to provide desired version for a <framework /> tag.

  <preference name="GOOGLE_API_VERSION" default="11.0.1" />
  <framework src="com.google.android.gms:play-services-location:$GOOGLE_API_VERSION"/>
$ cordova plugin add some-plugin --variable GOOGLE_API_VERSION=11.4.2
$ cordova plugin add phonegap-plugin-push --variable FCM_VERSION=11.4.2

@benjamn benjamn added this to the Meteor 1.6.1 milestone Oct 30, 2017
@skirunman skirunman changed the title Update to Cordova 7.1.0 and Cordova Android 6.3.0 Update to Cordova 7.1.0, Cordova Android 6.3.0, and Cordova iOS 4.5.3 Nov 3, 2017
@skirunman skirunman changed the title Update to Cordova 7.1.0, Cordova Android 6.3.0, and Cordova iOS 4.5.3 Update to Cordova 7.1.0, Android 6.3.0, and iOS 4.5.3 Nov 3, 2017
@skirunman
Copy link
Author

Added update to latest Cordova iOS 4.5.3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants