Building your App

Add Zoho Lens SDK in your project. This can be done by adding the dependencies below to your build.gradle file.

 



android {
 dataBinding {
  enabled = true 
 }
}
dependencies {
 api('com.zoho:lens:1.0')
}
repositories {
 maven{
 url "https://maven.zohodl.com/"
}