Skip to content

chore: Google Play Billing Library 8.0.0対応 - #223

Merged
IKcoding-jp merged 1 commit into
mainfrom
chore/billing-library-8-upgrade
Jul 22, 2026
Merged

chore: Google Play Billing Library 8.0.0対応#223
IKcoding-jp merged 1 commit into
mainfrom
chore/billing-library-8-upgrade

Conversation

@IKcoding-jp

Copy link
Copy Markdown
Owner

Summary

  • Google Playが2026-08-31までにアプリ更新にBilling Library 8.0.0以上を必須化する通知への対応
  • 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 の範囲内で解決するため、コード側の変更は不要
  • Billing Library 8で削除された queryPurchaseHistory 系APIは未使用のため影響なし

Test plan

  • flutter analyze エラー0件
  • flutter test --exclude-tags=integration 全件パス
  • flutter build web --release 成功(Web影響なし)
  • Android実機/CIでのビルド確認(ローカル環境にAndroid SDKがないため未実施)
  • 購入・復元フローの実機動作確認(特に restorePurchases

🤖 Generated with Claude Code

https://claude.ai/code/session_01JA7r2Am4fNfDqhQUAq3gPt

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
@IKcoding-jp
IKcoding-jp merged commit bad5aab into main Jul 22, 2026
5 checks passed
@IKcoding-jp
IKcoding-jp deleted the chore/billing-library-8-upgrade branch July 22, 2026 00:22
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.

1 participant