I am trying to implement PayPal's Braintree with its DropIn UI system in a .NET MAUI project with poor results.
The only package I found for MAUI that supports .NET frameworks higher than 6 (I am using .NET 7 framework) is Com.Braintreepayments.Api.DropIn. I tried it, but I can't compile the project, as I get an error with the gradlew build operation. Plus, the GitHub linked to the package seems to be from a different project, related to bindings with Gradle.I read another question on StackOverflow, in which the author used binding with Android/iOS libraries, but doesn't explain how he managed to do it.I tried to download the Braintree DropIn SDK library for Android (https://github.com/braintree/braintree-android-drop-in) and build an .AAR package, but failed.
Would anyone be able to help me?