You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The com.braintreepayments.api:three-d-secure plugin depends on io.github.airwallex:cardinalmobilesdk:2.2.7-5, which appears to have been removed from the repository. This missing dependency prevents the com.braintreepayments.api:drop-in:6.16.0 plugin from functioning correctly in my Android mobile project.
To reproduce
Add com.braintreepayments.api:drop-in:6.16.0 to the project dependencies.
Attempt to build the Android project.
Observe the build failure due to the missing io.github.airwallex:cardinalmobilesdk:2.2.7-5 dependency.
Expected behavior
The com.braintreepayments.api:drop-in plugin should integrate seamlessly without missing dependencies, allowing for successful builds and proper functionality of the payment drop-in UI.
Screenshots
The text was updated successfully, but these errors were encountered:
The repo path you've mentioned io.github.airwallex:cardinalmobilesdk is not something I'm familiar with.
Try adding the maven repo with the credentials provided, and report back if you are still seeing an issue.
Braintree SDK Version
Braintree SDK Version 6.16.0
Environment
Sandbox
Android Version & Device
Android 12.0
Braintree dependencies
com.braintreepayments.api:drop-in:6.16.0
com.braintreepayments.api:three-d-secure:5.1.0
io.github.airwallex:cardinalmobilesdk:2.2.7-5
Describe the bug
The com.braintreepayments.api:three-d-secure plugin depends on io.github.airwallex:cardinalmobilesdk:2.2.7-5, which appears to have been removed from the repository. This missing dependency prevents the com.braintreepayments.api:drop-in:6.16.0 plugin from functioning correctly in my Android mobile project.
To reproduce
Add com.braintreepayments.api:drop-in:6.16.0 to the project dependencies.
Attempt to build the Android project.
Observe the build failure due to the missing io.github.airwallex:cardinalmobilesdk:2.2.7-5 dependency.
Expected behavior
The com.braintreepayments.api:drop-in plugin should integrate seamlessly without missing dependencies, allowing for successful builds and proper functionality of the payment drop-in UI.
Screenshots
The text was updated successfully, but these errors were encountered: