stripe / stripe-identity-react-native

React Native library for Stripe Identity
https://stripe.dev/stripe-identity-react-native
MIT License
33 stars 7 forks source link

Could not find ml-core-base-20.44.0.jar when building Android #165

Closed Prakosa closed 5 months ago

Prakosa commented 5 months ago

I have use stripe-identity-react-native version 0.2.9 but then when building it in Android Studio.

I always got this error

Could not find ml-core-base-20.44.0.jar (com.stripe:ml-core-base:20.44.0). Searched in the following locations: https://jcenter.bintray.com/com/stripe/ml-core-base/20.44.0/ml-core-base-20.44.0.jar

Screenshot 2567-05-23 at 17 06 18

any idea on how to resolve this? thanks

I saw the update is made 2 days ago and they update it but didnt know if it breaks the previous version too

ccen-stripe commented 5 months ago

Hi @Prakosa , please make sure you are using the compatible version of stripe-identity-react-native and stripe-react-native, please see details here in the release notes

Prakosa commented 5 months ago

I am using jcenter in my gradle build. I filter it by using only the library that using jcenter. Now its working already thanks @ccen-stripe