Minimum Requirements

Conditions to support Android SDK integration

SDK Version 10.0.0

PlatformMinimum Requirement
Minimum Android SDKAndroid 8.0 Features and APIs
Target SDKTarget SDK 36
Kotlin LanguageKotlin 2.1
Android Gradle Plugin8.9.1
Java Development KitJetbrains Runtime or JDK 11
Gradle DistributionGradle 8.11.1
🚧

If you are usin Jetpack Compose directly or through Compose BOM

Be sure that you are implementing, at minimum, Compose BOM 2025.11.01 or Jetpack Compose 1.9.5 and AndroidX Core 1.17.0.

For more informatino about the Compose BOM compatibility Matrix, please visit BOM to library version mapping

Also, it is recommended to add android.enableJetifier=true to your project gradle.properties file in order to automatically migrate existing third-party libraries that use the Android Support Library to their AndroidX equivalents by rewriting their binaries.