Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(share_plus): Migrate Android example to use the new plugins declaration #2742

Merged
merged 1 commit into from Mar 21, 2024

Conversation

vbuberen
Copy link
Collaborator

Description

Updating example app according to https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
Similar to #2715

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate that with a ! in the title as explained in Conventional Commits).
  • No, this is not a breaking change.

@vbuberen vbuberen added the share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin label Mar 21, 2024
@@ -23,5 +23,3 @@ plugins {
}

include ":app"

rootProject.name = 'package_info_plus'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Typo during work on #2715
This line doesn't have to be there.

@vbuberen vbuberen merged commit a73af89 into main Mar 21, 2024
32 of 33 checks passed
@vbuberen vbuberen deleted the update/share_example branch March 21, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants