For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation Guide

This page shows the installation guide of OkayID NFC

Installation

Add repo to project-level build.gradle file:

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

Add dependency to app-level build.gradle file:

implementation 'com.innov8tif.OkayIDNFC:OkayIDNFC:1.0.0'

Please follow the version accordingly to the documentation above.

Last updated