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

AndroidX migration requires change of major version #437

Open
rostyslavroshak opened this issue Jun 4, 2019 · 3 comments
Open

AndroidX migration requires change of major version #437

rostyslavroshak opened this issue Jun 4, 2019 · 3 comments

Comments

@rostyslavroshak
Copy link

Official documentation suggests following:

Make sure to increment the major version of your plugin for this change and clearly document it in your plugin’s changelog. This breaking change requires manual migration for users to fix. Pub treats digits differently depending on whether a plugin is pre- or post-1.0.0. The very first digit is the major version for plugins that are at or above 1.0.0. For plugins below 1.0.0, the middle digit is considered to the major version.

It was a breaking change for us, because of usage another plugin that uses old support library.
So just letting you know, that some users might have same problems as well, because of unexpected migration to AndroidX.

@adammesa
Copy link

adammesa commented Jun 6, 2019

Judging by someone else's recent issue, I agree with this @charafau

@charafau
Copy link
Collaborator

Thanks for issue.

At the moment all I can do now is to add big text in readme that from 0.3.5 we use androidX..

@ly827
Copy link

ly827 commented Jul 20, 2019

Thanks for issue.

At the moment all I can do now is to add big text in readme that from 0.3.5 we use androidX..

Task :app:mergeDebugResources FAILED
:app:mergeDebugResources (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.004 secs.
*********************************************************
WARNING: This version of flutter_webview_plugin will break your Android build if it or its dependencies aren't compatible with AndroidX.
See https://goo.gl/CP92wY for more information on the problem and how to fix it.
This warning prints for all Android build failures. The real root cause of the error may be unrelated.
*********************************************************
63 actionable tasks: 62 executed, 1 up-to-date

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

No branches or pull requests

4 participants