This project is for demonstration and reference purposes only. It is not intended for use in production environments. The code, configuration, and architecture shown here illustrate SDK integration patterns — adapt them to your own security requirements, backend infrastructure, and key management practices before shipping to production.
This sample app demonstrates the Spreedly Android Checkout SDK at version 1.0.1 (tag v1.0.1).
- 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.0.1")
implementation("com.spreedly:checkout-braintree-apm:1.0.1")
implementation("com.spreedly:checkout-stripe-apm:1.0.1")
implementation("com.spreedly:checkout-threeds:1.0.1")- Spreedly Documentation: docs.spreedly.com
- Support Portal: spreedly.com/support
- Terms of Service
- Privacy Policy
- License (Apache 2.0)