I am trying to update my Android app but now getting following error on play store console
Your app currently uses Play Billing Library version AIDL and must update to at least version 5.2.1 to make use of the latest monetization features on Google Play
And its blocking me to create a release. Today I upgraded revenuecat sdk to
```
implementation 'com.revenuecat.purchases:purchases:7.0.0'
```
And I have also added
```
implementation "com.android.billingclient:billing:7.0.0"
```
But Google play console not allowing me to create release.
I am not sure what to do here. would appreciate any help.
Thanks