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
Im trying to implement PayPal using Braintree's workflow. I have followed the intergration Instructions, appended the iOS and Android Manifest with activity tag but when i try to run build on android device, it fails with exception:
`FAILURE: Build failed with an exception.
What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
Could not find org.jfrog.cardinalcommerce.gradle:cardinalmobilesdk:2.2.4-1.
Required by:
project :app > com.braintreepayments.api:three-d-secure:3.14.2
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.`
I'm not sure what I'm missing. Do i need to implement SDK natively as well?
The text was updated successfully, but these errors were encountered:
I think that this problem is solved in the master branch, you can try to use it directly.
It's necessary that the maintainer creates a new release version.
Im trying to implement PayPal using Braintree's workflow. I have followed the intergration Instructions, appended the iOS and Android Manifest with activity tag but when i try to run build on android device, it fails with exception:
`FAILURE: Build failed with an exception.
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.`
I'm not sure what I'm missing. Do i need to implement SDK natively as well?
The text was updated successfully, but these errors were encountered: