Android SDK (23.4.0)
Introduction
This guide only includes features introduced in beta versions. For a full SDK guide of the latest stable version, see the Android SDK guide.
The current beta release is 23.4.0-beta1.
The current stable release is 23.3.0.
Accessing the demo App
The Atomic Demo App is where you can view test cards. To run the latest beta version of Atomic Demo app, join the Atomic Connect beta - Play Store.
There is also a stable version of the Atomic Android Demo app. Read more in the Introduction to the workbench.
Installation
The beta SDK can be installed using Gradle. See here. The version number will match the beta release version from above.
For example:
dependencies {
implementation 'io.atomic.actioncards:aacsdk:23.4.0-beta1'
}