Braintree Android SDK
Welcome to Braintree's Android SDK. This library will help you accept card and alternative payments in your Android app.
Braintree's Android SDK is available for Android SDK >= 16.
Adding It To Your Project
Add the dependency in your build.gradle
:
dependencies {
compile 'com.braintreepayments.api:braintree:2.17.0'
}
To use the latest build from the master
branch use:
dependencies {
compile 'com.braintreepayments.api:braintree:2.17.1-SNAPSHOT'
}
Documentation
Start with 'Hello, Client!' for instructions on basic setup and usage.
Next, read the full documentation for information about integration options, such as Drop-In UI, PayPal and credit card tokenization.
Help
- Read the docs
- Find a bug? Open an issue
- Want to contribute? Check out contributing guidelines and submit a pull request.
Feedback
The Braintree Android SDK is in active development, we welcome your feedback!
Here are a few ways to get in touch:
- GitHub Issues - For generally applicable issues and feedback
- Braintree Support / support@braintreepayments.com - for personal support at any phase of integration
Releases
Subscribe to our Google Group to be notified when SDK releases go out.
License
The Braintree Android SDK is open source and available under the MIT license. See the LICENSE file for more info.