i implemented \'com.stripe:stripe-android:8.5.0\'
into my app gradle, and then i got the following error trying to build my project:
Manifest
stripe-android
is using AndroidX and included CoreComponentFactory
class. Actually, your project already has this class, so try excluding the module from gradle which already exists or override the values in Manifest file as suggested by IDE or migrate your project to AndroidX from Refactor-> Migrate To AndroidX
.
Another solution is to use the older version of the stripe android library that doesn't use AndroidX inside.