Skip to content

1. Quick Start

Haroldo Shigueaki Teruya edited this page Aug 4, 2021 · 2 revisions
  1. Add the JitPack repository to your root build.gradle at the end of repositories:
allprojects {
	repositories {
	..
	maven { url 'https://jitpack.io' }
	}
}
  1. Add the dependency:
dependencies {
	implementation 'com.github.cyberlabsai:perse-sdk-lite-android:main-SNAPSHOT'
        implementation 'com.github.Yoonit-Labs:android-yoonit-camera:2.11.0'
}
  1. Build project.
Clone this wiki locally