Updating to google billing client 8.0.0#274
Merged
keesvandieren merged 4 commits intolibgdx:masterfrom Jul 2, 2025
auraxangelic:master
Merged
Updating to google billing client 8.0.0#274keesvandieren merged 4 commits intolibgdx:masterfrom auraxangelic:master
keesvandieren merged 4 commits intolibgdx:masterfrom
auraxangelic:master
Conversation
sebaber
approved these changes
Jul 1, 2025
sebaber
left a comment
There was a problem hiding this comment.
I test in my Libgdx:Android project and works perfect.
Important: i do not have subscription in my project
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.
Updating to version 8 of google's android.billingclient. We're currently on 6, and Version 7 or above will be required by all apps by Aug 31, 2025.
Tested working for single in-app purchases.
I don't have an app that uses subscriptions, so if anyone is using the subscription model, please see if this branch works for you.
Also Java 7 is not supported anymore, so I've set the JDK to 8.
Note: The new billing library won't let you test directly from Android Studio/IntelliJ to your device anymore. You need to upload the app as Internal Testing to the Google Play Console to be able to test.