Braintree Payment plugin for Flutter apps from Deligence Technologies. This plugin lets you integrate Braintree Drop In payment UI in just 4 easy steps.
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?
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.
What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
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?