Updating the SDK
Gradle Groovy DSL
Updating the Luciq Gradle Plugin
buildscript {
dependencies {
classpath "ai.luciq.library:luciq-plugin:18.0.0"
}
}Updating the Luciq Dependency
..
dependencies {
// App dependencies
implementation("ai.luciq.library:luciq:18.0.0")
implementation("ai.luciq.library:luciq-ndk-crash:18.0.0") // optional
implementation("ai.luciq.library:luciq-compose:18.0.0") // optional
implementation("ai.luciq.library:luciq-with-okhttp-interceptor:18.0.0") // optional
implementation("ai.luciq.library:luciq-apm-okhttp-interceptor:18.0.0") // optional
implementation("ai.luciq.library:luciq-apm-grpc-interceptor:18.0.0") // optional
}Gradle Kotlin DSL
Updating the Luciq Gradle Plugin
Updating the Luciq Dependency
Gradle Version Catalog TOML
Updating the libs.versions.toml File
Updating the Luciq Gradle Plugin
Updating the Luciq Dependency
Last updated