An open source client library for Button merchants.
dependencies {
implementation 'com.usebutton.merchant:button-merchant:1+'
}The badge above links to the latest release on Maven Central.
Integration guides are on the Button Developer site. API reference documentation is here.
The sample app needs a Button App ID, defined in your global or local gradle.properties:
buttonMerchantAppId="__YOUR_APP_ID__"git clone https://github.com/button/button-merchant-android.git
cd button-merchant-android
./gradlew clean installDebugFor integration help or to report a problem, contact opensource@usebutton.com.