Skip to content

chore(update IAP library to lateset version) #1405

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

Merged
merged 5 commits into from
Aug 8, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/plugins/iap/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
</config-file>

<source-file src="src/com/foxdebug/iap/Iap.java" target-dir="src/com/foxdebug/iap"/>
Copy link
Preview

Copilot AI Aug 4, 2025

Choose a reason for hiding this comment

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

Upgrading from billing client 6.0.1 to 8.0.0 is a major version jump that likely includes breaking changes. The IAP plugin code should be reviewed and potentially updated to handle API changes, deprecated methods, and new requirements introduced in versions 7.x and 8.x of the billing library.

Suggested change
<source-file src="src/com/foxdebug/iap/Iap.java" target-dir="src/com/foxdebug/iap"/>
<source-file src="src/com/foxdebug/iap/Iap.java" target-dir="src/com/foxdebug/iap"/>
<!-- WARNING: Upgrading to billing client 8.0.0 is a major version jump and may include breaking changes.
Review and update src/com/foxdebug/iap/Iap.java and related code to handle API changes, deprecated methods,
and new requirements introduced in billing client versions 7.x and 8.x. -->

Copilot uses AI. Check for mistakes.

<framework src="com.android.billingclient:billing:6.0.1" />
<framework src="com.android.billingclient:billing:8.0.0" />
</platform>
</plugin>