Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallee-payment/android-mobile-sdk
https://github.com/wallee-payment/android-mobile-sdk
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wallee-payment/android-mobile-sdk
- Owner: wallee-payment
- Created: 2023-02-10T14:28:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T12:11:21.000Z (8 months ago)
- Last Synced: 2024-04-24T08:18:22.276Z (8 months ago)
- Size: 2.52 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table of contents
- [Table of contents](#table-of-contents)
- [wallee Android Payment SDK](#wallee-android-payment-sdk)
- [Installation](#installation)
- [Requirements](#requirements)
- [Configuration](#configuration)
- [Documentation](#documentation)# wallee Android Payment SDK
[![Maven Central](https://img.shields.io/maven-central/v/com.wallee/wallee-payment-sdk)](https://central.sonatype.com/artifact/com.wallee/wallee-payment-sdk/1.0.0)
## Installation
### Requirements
- Android 7.0 (API level 24) and above
### Configuration
Add `wallee-payment-sdk` to your `app/build.gradle` dependencies.
```groovy
dependencies {
// ...
implementation("com.wallee:wallee-payment-sdk:1.0.3")
// ...
}
```## Documentation
- [API Reference](./docs/api-reference.md)
- [Integration](./docs/integration.md)
- [Theming](./docs/theming.md)