Minimum Requirements
Conditions to support Android SDK integration
SDK Version 10.0.0
| Platform | Minimum Requirement |
|---|---|
| Minimum Android SDK | Android 8.0 Features and APIs |
| Target SDK | Target SDK 36 |
| Kotlin Language | Kotlin 2.1 |
| Android Gradle Plugin | 8.9.1 |
| Java Development Kit | Jetbrains Runtime or JDK 11 |
| Gradle Distribution | Gradle 8.11.1 |
If you are usin Jetpack Compose directly or through Compose BOMBe 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=trueto your projectgradle.propertiesfile in order to automatically migrate existing third-party libraries that use the Android Support Library to their AndroidX equivalents by rewriting their binaries.
Updated about 7 hours ago
What’s Next
