Hi everyone,
I'm encountering a crash in my React Native app that appears to be coming from the react-native-purchases
package. The error is showing up in Crashlytics and looks like this:
```
BillingWrapper.buildSubscriptionPurchaseParams
java.lang.NoClassDefFoundError - com.android.billingclient.api.zzce
com.revenuecat.purchases.google
BillingWrapper.kt:885
```
My react-native-purchase version is 8.9.1
Doing some search I can see this is related to `com.android.billingclient:billing` but the module should manage this dependence I should not add it
Thanks for the help :)