This sample app demonstrates the Spreedly Android Checkout SDK at version 1.1.0 (tag v1.1.0).
- Clone this repository
- Add your GitHub Packages credentials to
~/.gradle/gradle.properties:
gpr.usr=YOUR_GITHUB_USERNAME
gpr.key=YOUR_GITHUB_TOKEN- Add your Spreedly environment key and other API keys to
apikeys.properties(seeapikeys.properties.example) - Open the project in Android Studio and sync Gradle
All SDK modules are resolved from GitHub Packages:
implementation("com.spreedly:checkout-paymentsheet:1.1.0")
implementation("com.spreedly:checkout-braintree-apm:1.1.0")
implementation("com.spreedly:checkout-stripe-apm:1.1.0")
implementation("com.spreedly:checkout-threeds:1.1.0")For questions or issues, please contact the Spreedly team or create an issue in the SDK repository.