Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wallee-payment/android-mobile-sdk


https://github.com/wallee-payment/android-mobile-sdk

Last synced: 29 days ago
JSON representation

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)