Installation Guide

This page contains the installation guide needed for OkayID Lite in Android, iOS and React-native

Android Installation Guide

The first step of the installation for OkayID Lite in Android is to include the following dependencies in the project-level build.gradle file. The build.gradle file will need to make some changes as follow below:

allprojects {
    repositories {
        ...
        mavenCentral()
    }
}

Include the following dependencies in the app-level build.gradle file as shown below:

dependencies {
    implementation 'com.innov8tif.okayidlite:OkayIDLite:1.0.2'
}

After adding the code, sync the project with gradle files to make sure all of the dependencies is successfully installed.

Please be aware of the codes and commands above are case sensitive

Last updated