Stripe Terminal Android SDK Bindings for Xamarin.Android
Using the .NET Core command-line interface (CLI) tools:
dotnet add package Xamarin.Stripe.Terminal.Android
Using the NuGet Command Line Interface (CLI):
nuget install Xamarin.Stripe.Terminal.Android
Using the Package Manager Console:
Install-Package Xamarin.Stripe.Terminal.Android
From within Visual Studio:
For any requests, bug or comments, please open an issue or submit a pull request.
NOTE: If you run into any compiler issues with Java exited with Code 1 or DX8, try adding the folliwing nuget package to resolve the issue.
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" ExcludeAssets="build;buildTransitive">
<Version>1.0.0.2</Version>
</PackageReference>