https://github.com/braintree/braintree-android-google-payment
Google Payment component for our Braintree AndroidSDK
https://github.com/braintree/braintree-android-google-payment
Last synced: about 1 year ago
JSON representation
Google Payment component for our Braintree AndroidSDK
- Host: GitHub
- URL: https://github.com/braintree/braintree-android-google-payment
- Owner: braintree
- License: mit
- Created: 2018-12-10T16:30:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T17:54:09.000Z (over 4 years ago)
- Last Synced: 2025-06-25T14:54:04.442Z (about 1 year ago)
- Language: Java
- Size: 303 KB
- Stars: 3
- Watchers: 23
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Braintree Android Google Payment
[](https://travis-ci.org/braintree/braintree-android-google-payment.svg?branch=master)
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](https://github.com/braintree/braintree-android-google-payment/issues) with any comments or concerns.
## Adding it to your project
Add the dependency in your `build.gradle`:
```groovy
dependencies {
implementation 'com.braintreepayments.api:braintree:3.14.1'
implementation 'com.braintreepayments.api:google-payment:3.5.0'
}
```
## Help
* [Read the javadocs](http://javadoc.io/doc/com.braintreepayments.api/google-payment/)
* [Read the docs](https://developer.paypal.com/braintree/docs/guides/google-pay/client-side/android/v4)
* Find a bug? [Open an issue](https://github.com/braintree/braintree-android-google-payment/issues)
* Want to contribute? [Check out contributing guidelines](CONTRIBUTING.md) and [submit a pull request](https://help.github.com/articles/creating-a-pull-request).
## Feedback
Here are a few ways to get in touch:
* [GitHub Issues](https://github.com/braintree/braintree-android-google-payment/issues) - For generally applicable issues and feedback
* [Braintree Support](https://articles.braintreepayments.com/) / [support@braintreepayments.com](mailto:support@braintreepayments.com) -
for personal support at any phase of integration
## License
Braintree Android Google Payment is open source and available under the MIT license. See the [LICENSE](LICENSE) file for more info.