-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[in_app_purchase] Update Play Billing library to 7.1.1 #8218
Open
mchudy
wants to merge
25
commits into
flutter:main
Choose a base branch
from
leancodepl:feature/in-app-purchase-play-billing-upgrade
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d220439
Upgrade Play Billing library to 7.1.1
mchudy 196b524
Remove proration mode references
mchudy 4875a85
Add InstallmentPlanDetails model
mchudy 0a0b3a9
Add installment plan details wrapper model
mchudy 544de95
Remove ProrationMode enum
mchudy f47b595
Update Android tests
mchudy a056401
Add PendingPurchaseUpdate model
mchudy 3173463
Fix formatting
mchudy 79cf69f
Adds support for pending prepaid plans
mchudy 6a3dc88
Fix CHANGELOG formatting
mchudy 3df2fc7
Add native tests and fix formatting
mchudy 2a9beda
Update CHANGELOG
mchudy fa74efe
Update pubspec.yaml
mchudy 7bdb7d7
Update CHANGELOG and remove unnecessary ?
mchudy 81a783e
Fix tests
mchudy 1ff8b2d
Update CHANGELOG
mchudy f6c5e0a
Revert CHANGELOG formatting change
mchudy 8495156
CHANGELOG and comments nits
mchudy bde7b37
Add docs links
mchudy e494fbe
Rename PendingPurchasesParams to PlatformPendingPurchasesParams and m…
mchudy fda2305
Fix typo in class name
mchudy ef913f7
Fix comments
mchudy 9ee6c56
Fix tests
mchudy 4e5e3ca
Fix formatting
mchudy 1273d51
Bump min Flutter SDK version for in_app_purchase
mchudy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be a breaking change for
in_app_purchase
when rolling the dependency there; we strongly prefer not dropping OS support before the SDK itself.In this case, Flutter 3.24+ only supports Android SDK 21+, so the way to make this change would be to update the plugin's min SDK version to 3.24, which makes this no longer a breaking change.