https://github.com/checkout/checkout-android-components
Flow for Android SDK
https://github.com/checkout/checkout-android-components
Last synced: 5 months ago
JSON representation
Flow for Android SDK
- Host: GitHub
- URL: https://github.com/checkout/checkout-android-components
- Owner: checkout
- License: mit
- Created: 2024-12-18T09:17:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-06T19:21:17.000Z (11 months ago)
- Last Synced: 2025-08-06T21:13:33.347Z (11 months ago)
- Homepage: https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README


# Flow for Mobile Android SDK


- [Integration](#integration)
- [Releases](#releases)
## Integration
Use Gradle to import the SDK into your app.
In your project-level `build.gradle` file, add:
```
repositories {
mavenCentral()
// Ensure the following Maven repositories are included, as they are specifically required for resolving Risk SDK dependencies:
maven { url = uri("https://jitpack.io") }
maven { url = uri("https://maven.fpregistry.io/releases") }
}
```
In your app-level build.gradle file, add:
```
dependencies {
implementation 'com.checkout:checkout-android-components:$latest_version'
}
```
For detailed integration steps, refer to our
[official documentation](https://www.checkout.com/docs/payments/accept-payments/accept-a-payment-on-your-mobile-app) ↗️ .
## Releases
Find our [Release Notes](https://github.com/checkout/checkout-android-components/releases) ↗️