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

change compileSdkVersion from 31 to flutter default #488

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wiesnery
Copy link

  • [ N/A] All new/changed/fixed functionality is covered by tests (or N/A)
  • [ N/A] I have added documentation for all new/changed functionality (or N/A)

📋 Changes

To overcome a bug in flutter flutter/flutter#63533 that sets the android sdk version to the lowest version used by any plugin, I am suggesting to update the android compileSdkVersion to the flutter default.

Without this, every project using your plugin ends up in compiling against android sdk 31

📎 References

flutter/flutter#63533

🎯 Testing

use auth0_flutter-1.7.2 and see it compiling against android sdk 31
use this fork and see it compiling against the current android sdk (34 or 35)

@wiesnery wiesnery requested a review from a team as a code owner December 30, 2024 17:33
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

Successfully merging this pull request may close these issues.

1 participant