I had been using the AIDL IabHelper classes for billing subscriptions in my app for years. Now, even though I have implemented the Google Play Billing Library 3.0 in the production .apk, I am still getting this warning in the Google Play Console. Any suggestions?
implementation 'com.android.billingclient:billing:3.0.0'
Resubscribe is not currently available for your users because your app does not use Billing Library 2.0 in all active APKs.


