chore: Google Play Billing Library 8.0.0対応 - #223
Merged
Conversation
Google Playが2026-08-31までにBilling Library 8.0.0以上への 更新をアプリ更新の必須条件にしたため、in_app_purchase_androidを 0.4.0+8(Billing 7.1.1)から0.5.0(Billing 8.0.0)へ更新。 pubspec.yamlの^3.2.3の範囲内で解決するためコード変更は不要。 廃止されたqueryPurchaseHistory系APIは未使用のため影響なし。 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JA7r2Am4fNfDqhQUAq3gPt
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
in_app_purchaseを 3.2.3 → 3.3.0 に更新(依存のin_app_purchase_androidが 0.4.0+8 → 0.5.0 となり、内部で使用するBilling Libraryが7.1.1 → 8.0.0に更新される)pubspec.yamlの制約^3.2.3の範囲内で解決するため、コード側の変更は不要queryPurchaseHistory系APIは未使用のため影響なしTest plan
flutter analyzeエラー0件flutter test --exclude-tags=integration全件パスflutter build web --release成功(Web影響なし)restorePurchases)🤖 Generated with Claude Code
https://claude.ai/code/session_01JA7r2Am4fNfDqhQUAq3gPt