Integrate Luciq on Android
This page covers how to install the Luciq SDK in your Android application.
Installation
Gradle
implementation 'ai.luciq.library:luciq:19.6.0' Maven
<dependency>
<groupId>ai.luciq.library</groupId>
<artifactId>luciq</artifactId>
<version>19.6.0</version>
</dependency>Using Luciq

Permissions
Last updated