Hi,
After put an app using GooglePlayBilling ( 1.10 ) Play Store it gives me the following warning message:
We have found that this app is using an outdated version of Google Play Billing. By 1 November 2021,
all app updates must use version 3 or later of the Billing Library.
Upgrade to version 3 of the Billing Library by this date.
GooglePlayBilling is based on the new in app purchases service: https://developer.android.com/google/play/billing/billing_library_overview Usage instructions: 1. Add to the manifest editor: CreateResourceFromFile(Macro, GooglePlayBilling.GooglePlayBilling) 2. Create a BillingClient object in...