/digital-onboarding-android

Wultra Digital Onboarding for Android platform

Primary LanguageKotlinApache License 2.0Apache-2.0

Digital Onboarding Android

mavenCentral Lint build

Wultra Digital Onboarding for the Android platform

Work in progress

This library is still work-in-progress - proper documentation will be added later.

How to integrate

Gradle configuration

The library is available in maven-central.

Add mavenCentral as a library source if not already added.

repositories {
    mavenCentral()
}

Then add a dependency

implementation("com.wultra.android.digitalonboarding:wultra-digital-onboarding:1.0.0")