Skip to main content

Overview

The Encore Android SDK ships on Maven Central. Updating is the standard Gradle dependency flow, with no token or authenticated repository required.

Versioning policy

Encore follows Semantic Versioning: Keep your dependency pinned within a major version so patch and minor updates arrive through a routine sync and a major version never lands without you opting in:
Upgrading across a major version? See Updating to 2.x for the step-by-step migration guide.

Update the dependency

Bump the version in your build.gradle.kts (or version catalog), then sync:
If you pin an exact version (recommended for reproducible builds), change it explicitly:

Verify the update

Check the resolved version in Android Studio’s External Libraries, or:

If you encounter issues after updating, reach out to admin@encorekit.com.