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 embedding v1 support #1141

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Remove embedding v1 support #1141

merged 1 commit into from
Aug 20, 2024

Conversation

tonidero
Copy link
Contributor

This will remove embedding v1 support as requested in #1135.

@tonidero tonidero added the pr:breaking Changes that are breaking label Aug 13, 2024
@@ -232,10 +201,6 @@ public void onMethodCall(@NonNull MethodCall call, @NonNull Result result) {
case "syncPurchases":
syncPurchases(result);
break;
case "enableAdServicesAttributionTokenCollection":
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Took the chance to cleanup a few warnings I was getting in Android studio.

@tonidero tonidero marked this pull request as ready for review August 13, 2024 08:56
@tonidero tonidero requested a review from a team August 13, 2024 08:56
Copy link
Member

@JayShortway JayShortway left a comment

Choose a reason for hiding this comment

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

Looks good! Cross referenced with Flutter's own PR doing the same thing, and seems to be equivalent.

Comment on lines -132 to -134
public Activity getActivity() {
return registrar != null ? registrar.activity() : activity;
}
Copy link
Member

Choose a reason for hiding this comment

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

Nice to clean this up 👍

@tonidero tonidero merged commit 6a9b736 into main Aug 20, 2024
8 checks passed
@tonidero tonidero deleted the remove-embedding-v1-support branch August 20, 2024 07:23
@tonidero tonidero mentioned this pull request Aug 21, 2024
tonidero added a commit that referenced this pull request Aug 22, 2024
### Breaking Changes
* Remove embedding v1 support (#1141) via Toni Rico (@tonidero)

If you're using embedding v1, please check how to migrate in the
[official flutter
docs](https://docs.flutter.dev/release/breaking-changes/plugin-api-migration#upgrade-steps).
### Bugfixes
* Refine StoreKitVersion logging in configure function (#1143) via Will
Taylor (@fire-at-will)
### Other Changes
* v7-MIGRATION.md typo fix (#1144) via Will Taylor (@fire-at-will)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:breaking Changes that are breaking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants