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

Permissions
Last updated