Skip to main content

Overview

The Encore Android SDK is available on Maven Central — no additional repository configuration required.

Install via Gradle

Step 1: Add the Dependency

Add the SDK to your app-level build.gradle.kts:
// app/build.gradle.kts
dependencies {
    implementation("com.encorekit:encore:1.+")
}
mavenCentral() is included by default in Android projects. No additional repository setup is needed.

Step 2: Sync and Verify

Sync your Gradle project, then verify the SDK is available:
import com.encorekit.encore.Encore
Installation complete!

Next Steps

Now that the SDK is installed, continue with the integration: