Skip to content

emailsubjekt/braintree-android-google-payment

 
 

Repository files navigation

Braintree Android Google Payment

Build Status

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.

Adding it to your project

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'
}

Help

Feedback

Here are a few ways to get in touch:

Releases

Subscribe to our Google Group to be notified when SDK releases go out.

License

Braintree Android Google Payment is open source and available under the MIT license. See the LICENSE file for more info.

About

Google Payment component for our Braintree AndroidSDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.6%
  • Ruby 4.6%
  • Shell 0.8%