Skip to main content

Installing the Android SDK

appflags-sdk-android GitHub Repo stars

Installing from Maven Central

The Android SDK is available as a package on Maven Central.

To install with Gradle, add the following to your build.gradle.kts file:

implementation("io.appflags:appflags-sdk-android:+")
info

Replace the + with the latest version from Maven Central to lock down to an SDK version rather than automatically pulling the latest version.

Compatability

The AppFlags Android SDK is compatible with Android API version 21 and above.