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

Update dependencies of plugins#141

Merged
goderbauer merged 1 commit into
flutter-team-archive:masterfrom
goderbauer:bumpFirebaseVersion2
Jun 20, 2017
Merged

Update dependencies of plugins#141
goderbauer merged 1 commit into
flutter-team-archive:masterfrom
goderbauer:bumpFirebaseVersion2

Conversation

@goderbauer

@goderbauer goderbauer commented Jun 19, 2017

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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-team-archive#141), which require the latest "Google Repository" version.
@goderbauer goderbauer force-pushed the bumpFirebaseVersion2 branch from 3bb4691 to 00a767c Compare June 20, 2017 18:01
Comment thread .travis.yml
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
Copy Markdown
Contributor 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
Copy Markdown
Contributor 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 force-pushed the bumpFirebaseVersion2 branch from 00a767c to f1583d8 Compare June 20, 2017 19:47
@goderbauer goderbauer merged commit dc1bb45 into flutter-team-archive: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-team-archive#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

Development

Successfully merging this pull request may close these issues.

3 participants