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

Remove references to deprecated v1 Android embedding #90

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

JulianAssmann
Copy link
Owner

Fixes #88.
This PR also marks a new release with version 1.3.0 of the plugin, now supporting Android 14 and above.

@JulianAssmann JulianAssmann merged commit 28dee3a into master Aug 15, 2024
@JulianAssmann JulianAssmann deleted the remove_v1_embedding branch August 15, 2024 10:33
<!-- General permissions for the flutter_background plugin -->
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
Copy link
Contributor

Choose a reason for hiding this comment

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

These should not be necessary anymore. They are automatically copied over from the plugin manifest.

Copy link
Owner Author

@JulianAssmann JulianAssmann Aug 15, 2024

Choose a reason for hiding this comment

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

Yes, I noticed it too and have fixed it in this commit. Thanks for letting me know :)

Copy link
Contributor

Choose a reason for hiding this comment

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

Excellent 👌

New release is greatly appreciated ❤️

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.

[Feature Request] Remove references to deprecated v1 Android embedding
2 participants