Simplify Android SDK

The Android SDK for Simplify Commerce

License

License

GroupId

GroupId

com.simplify
ArtifactId

ArtifactId

simplify-android
Last Version

Last Version

3.2.3
Release Date

Release Date

Type

Type

aar
Description

Description

Simplify Android SDK
The Android SDK for Simplify Commerce
Project URL

Project URL

https://www.simplify.com/commerce/docs/sdk/android
Source Code Management

Source Code Management

https://github.com/simplifycom/simplify-android-sample

Download simplify-android

How to add to project

<!-- https://jarcasting.com/artifacts/com.simplify/simplify-android/ -->
<dependency>
    <groupId>com.simplify</groupId>
    <artifactId>simplify-android</artifactId>
    <version>3.2.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.simplify/simplify-android/
implementation 'com.simplify:simplify-android:3.2.3'
// https://jarcasting.com/artifacts/com.simplify/simplify-android/
implementation ("com.simplify:simplify-android:3.2.3")
'com.simplify:simplify-android:aar:3.2.3'
<dependency org="com.simplify" name="simplify-android" rev="3.2.3">
  <artifact name="simplify-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.simplify', module='simplify-android', version='3.2.3')
)
libraryDependencies += "com.simplify" % "simplify-android" % "3.2.3"
[com.simplify/simplify-android "3.2.3"]

Dependencies

compile (4)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 27.1.1
com.google.code.gson : gson jar 2.8.2
com.google.android.gms » play-services-wallet Optional jar 15.0.0
io.reactivex.rxjava2 : rxjava Optional jar 2.1.9

Project Modules

There are no modules declared in this project.

Simplify Android SDK

Download Build Status

Our Android SDK allows you to easily integrate payments into your Android app. By creating a one-time use CardToken through our SDK, you avoid the risk of handling sensitive card details on your server.

Installation

This library is hosted in the jCenter repository. To import the Android SDK, include it as a dependency in your build.gradle file. Be sure to replace X.X.X with the version number in the shield above.

implementation 'com.simplify:simplify-android:X.X.X'

Configuration

Consult the Simplify Android SDK Wiki page for instructions on how to use the SDK within your app.

com.simplify

Simplify Commerce

Versions

Version
3.2.3
3.2.0
3.1.1
3.0.0
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0