Skip to content

Remove references to deprecated v1 Android embedding#90

Merged
JulianAssmann merged 2 commits into
masterfrom
remove_v1_embedding
Aug 15, 2024
Merged

Remove references to deprecated v1 Android embedding#90
JulianAssmann merged 2 commits into
masterfrom
remove_v1_embedding

Conversation

@JulianAssmann

Copy link
Copy Markdown
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
Comment thread README.md
<!-- 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
Copy Markdown
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.

@JulianAssmann JulianAssmann Aug 15, 2024

Copy link
Copy Markdown
Owner Author

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
Copy Markdown
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