Skip to content

Android SDK

Minimum Android Version: Android 7 (Nougat)

Installation

The SDK is available on mavenCentral().

You can install the SDK by adding it as a dependency in your project within your application's gradle file:

dependencies {
    implementation 'com.movableink.sdk:inked:1.5.2'
}

After making changes to the gradle file, perform a gradle sync.