Braintree Android Google Payment is a module that allows you to accept Google Pay payments in your Android app. It is used in conjunction with Braintree Android SDK.
Please create an issue with any comments or concerns.
Add the dependency in your build.gradle
:
dependencies {
compile 'com.braintreepayments.api:google-payment:3.0.1'
}
To use the latest build from the master
branch use:
dependencies {
compile 'com.braintreepayments.api:google-payment:3.0.2-SNAPSHOT'
}
- Read the javadocs
- Read the docs
- Find a bug? Open an issue
- Want to contribute? Check out contributing guidelines and submit a pull request.
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
Subscribe to our Google Group to be notified when SDK releases go out.
Braintree Android Google Payment is open source and available under the MIT license. See the LICENSE file for more info.