We've detected that this app is using an old version of Google Play Billing. By November 1, 2021, all app updates must use Billing Library version 3 or newer. Update to Billing Library 3 before this date. Learn More about Billing Library 3.
I have the same warning.
Same warning
According to: https://github.com/anjlab/android-inapp-billing-v3/blob/23b702219e7449e99ba94ace21cbe2cdb6eb6e8d/library/build.gradle#L39
this library uses version 2 of the Google Play Billing Library even if it's advertised as v3. I didn't bother verifying this before that warning from Google appeared.
Since this library is no longer maintained by the authors, an alternative would be to use the Google library directly or perhaps this:
https://github.com/akshaaatt/Google-IAP
Same warning, please update library.
Any idea what to do? It seems that there won't be any update.
Most helpful comment
According to: https://github.com/anjlab/android-inapp-billing-v3/blob/23b702219e7449e99ba94ace21cbe2cdb6eb6e8d/library/build.gradle#L39
this library uses version 2 of the Google Play Billing Library even if it's advertised as
v3. I didn't bother verifying this before that warning from Google appeared.Since this library is no longer maintained by the authors, an alternative would be to use the Google library directly or perhaps this:
https://github.com/akshaaatt/Google-IAP