Android will require the use of the new Google billing engine (at least 6.01, but 7 is available).
As I read the documentation it requires just a minor update to an include file (see here
https://developer.android.com/google/play/billing/migrate-gpblv7?hl=en)
Quote: "Update Google Play Billing Library
Update the Play Billing Library dependency version in your app's build.gradle file.
dependencies {
def billingVersion = 7.0.0
implementation "com.android.billingclient:billing:$billingVersion"
}
Next, update your API references as described in the following sections."
When can we expect this change to be available?
Thanks,
James