Skip to main content
The Zixflow Android SDK is available on Maven Central. You can browse all available packages and versions here: Maven Central - Zixflow Android SDK

Gradle Dependencies

Add the Zixflow SDK to your app’s build.gradle or build.gradle.kts file:

Kotlin DSL (build.gradle.kts)

Groovy DSL (build.gradle)

Add Maven Central Repository

Ensure Maven Central is in your repositories (usually in settings.gradle.kts or root build.gradle):

Project SDK levels

Use a toolchain that matches current AndroidX requirements: If you stay on AGP 8.7 / compileSdk 35, transitive dependencies may pull androidx.core 1.17+ and fail AAR metadata checks. Prefer upgrading AGP and compileSdk rather than forcing older AndroidX versions.

Sync Gradle

After adding dependencies, sync your project:
  • Click Sync Now in the notification bar, or
  • FileSync Project with Gradle Files