Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Update dependencies of plugins #141

Merged
merged 1 commit into from Jun 20, 2017

Conversation

goderbauer
Copy link
Member

@goderbauer goderbauer commented Jun 19, 2017

Fixes flutter/flutter#10749.

Some of these changes are breaking changes as noted in the CHANGELOGs. I am preparing an email [1] that will be send out to flutter-users before publishing the updated plugins to pub. No action is required for new flutter apps (after flutter/flutter#10842 is merged). This is only a breaking change because of flutter/flutter#9881.

Plugin users will also have to make sure that they update their "Google Repository" version to 54 (or newer) in the Android SDK manager.

[1] https://docs.google.com/document/d/1B9RZ-PpdFKdgUvLxu1mvBxwG3ytDVJo0GFxCZVMyu0E/edit

@collinjackson
Copy link
Contributor

I wonder if we should bump the version to 0.1.x for breaking changes so people on ^0.0.x won't get the upgrade by default.

goderbauer added a commit to goderbauer/plugins that referenced this pull request Jun 20, 2017
Travis uses the deprecated `android` CI to install the Android SDK. Unfortunatelly, at this point that outdated too is unable to install the latest version of the "Google Repository" Android SDK component. Switching to managing the Androd SDK by hand on Travis. That way, we can use `sdkmanager` (one of the replacements for `android`) and downlaod the latest versions of the Andorid SDK components.

This change is required to update the plugin dependencies to the latest versions (flutter#141), which require the latest "Google Repository" version.
.travis.yml Outdated
@@ -70,15 +56,30 @@ matrix:
sources:
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
packages:
- lib32stdc++6 # https://github.com/flutter/flutter/issues/6207
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore the changes in this file, I've send out these changes in a separate PR (#145) and will rebase this PR on top of the other.

@goderbauer
Copy link
Member Author

Rebased & bumped versions. PTAL @collinjackson

goderbauer added a commit that referenced this pull request Jun 20, 2017
Travis uses the deprecated `android` CI to install the Android SDK. Unfortunatelly, at this point that outdated too is unable to install the latest version of the "Google Repository" Android SDK component. Switching to managing the Androd SDK by hand on Travis. That way, we can use `sdkmanager` (one of the replacements for `android`) and downlaod the latest versions of the Andorid SDK components.

This change is required to update the plugin dependencies to the latest versions (#141), which require the latest "Google Repository" version.
@goderbauer goderbauer merged commit dc1bb45 into flutter:master Jun 20, 2017
@goderbauer goderbauer deleted the bumpFirebaseVersion2 branch June 20, 2017 20:12
HansMuller pushed a commit to HansMuller/plugins that referenced this pull request Jun 30, 2017
Travis uses the deprecated `android` CI to install the Android SDK. Unfortunatelly, at this point that outdated too is unable to install the latest version of the "Google Repository" Android SDK component. Switching to managing the Androd SDK by hand on Travis. That way, we can use `sdkmanager` (one of the replacements for `android`) and downlaod the latest versions of the Andorid SDK components.

This change is required to update the plugin dependencies to the latest versions (flutter#141), which require the latest "Google Repository" version.
HansMuller pushed a commit to HansMuller/plugins that referenced this pull request Jun 30, 2017
julianscheel pushed a commit to jusst-engineering/plugins that referenced this pull request Mar 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
3 participants