We are using Stripe in our library and they require to add a library in the gradle file and modify the styles file to use the Material components.
But we don't want our final users to do this work in their end.
We have done this in the library side, but it looks the app is not picking them up and it's showing the following error.
Is there something else we need to do/link in order to prevent this error?
We are using Stripe in our library and they require to add a library in the gradle file and modify the styles file to use the Material components. But we don't want our final users to do this work in their end. We have done this in the library side, but it looks the app is not picking them up and it's showing the following error.
Is there something else we need to do/link in order to prevent this error?
Thanks!