Android. Raise minimum supported SDK to 24. Tests - #5698
Merged
Igor Demin (igordmn) merged 1 commit intoAug 31, 2026
Conversation
Igor Demin (igordmn)
requested review from
Ivan Matkov (MatkovIvan) and
Konstantin (terrakok)
August 31, 2026 10:10
Ivan Matkov (MatkovIvan)
approved these changes
Aug 31, 2026
Konstantin (terrakok)
approved these changes
Aug 31, 2026
Jetpack Compose 1.13.0-alpha01 [raised it](https://github.com/androidx/androidx/blob/e9a673661e45bb2eaea8dd43632ce3e1ea6a2094/buildSrc/public/src/main/kotlin/androidx/build/AndroidXConfig.kt#L57) to 24, we use the same. Caught by [the teamcity check](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_AllPersonalBuild/6522667): ``` Caused by: java.lang.RuntimeException: Manifest merger failed : uses-sdk:minSdkVersion 23 cannot be smaller than version 24 declared in library [androidx.compose.material:material-android:1.13.0-alpha01] /mnt/agent/work/97950249c5c88349/gradle-plugins/compose/build/tmp/test-Gradle[9.3.1]-Agp[9.1.1]/work/.gradle-test-kit/caches/9.3.1/transforms/46ee92e1e37d9796ccf2aeaa8f663be2/transformed/material/AndroidManifest.xml as the library might be using APIs not available in 23 Suggestion: use a compatible library with a minSdk of at most 23, or increase this project's minSdk version to at least 24, or use tools:overrideLibrary="androidx.compose.material" to force usage (may lead to runtime failures) ``` ## Release Notes ### Migration Notes - Android - The minimum supported SDK is raised to 24
Igor Demin (igordmn)
force-pushed
the
integration-copy/compose/605f107436e/to-jb-main
branch
from
August 31, 2026 18:22
e6b1ffc to
2442613
Compare
Igor Demin (igordmn)
added a commit
to JetBrains/compose-multiplatform-core
that referenced
this pull request
Aug 31, 2026
Fixes https://youtrack.jetbrains.com/issue/CMP-10525/Merge-Jetpack-Compose-1.13.0-alpha01 Version increasing: https://jetbrains.team/p/ui/reviews/197 Integration tests adoption: JetBrains/compose-multiplatform#5698 ## Android minSdk change Jetpack Compose 1.13.0-alpha01 [raised it](https://github.com/androidx/androidx/blob/e9a673661e45bb2eaea8dd43632ce3e1ea6a2094/buildSrc/public/src/main/kotlin/androidx/build/AndroidXConfig.kt#L57) to 24, we use the same now Caught by [the teamcity check](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_AllPersonalBuild/6522667): ``` Caused by: java.lang.RuntimeException: Manifest merger failed : uses-sdk:minSdkVersion 23 cannot be smaller than version 24 declared in library [androidx.compose.material:material-android:1.13.0-alpha01] /mnt/agent/work/97950249c5c88349/gradle-plugins/compose/build/tmp/test-Gradle[9.3.1]-Agp[9.1.1]/work/.gradle-test-kit/caches/9.3.1/transforms/46ee92e1e37d9796ccf2aeaa8f663be2/transformed/material/AndroidManifest.xml as the library might be using APIs not available in 23 Suggestion: use a compatible library with a minSdk of at most 23, or increase this project's minSdk version to at least 24, or use tools:overrideLibrary="androidx.compose.material" to force usage (may lead to runtime failures) ``` ## Release Notes ### Migration Notes - Android - The minimum supported SDK is raised to 24
Igor Demin (igordmn)
deleted the
integration-copy/compose/605f107436e/to-jb-main
branch
August 31, 2026 19:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See details in JetBrains/compose-multiplatform-core#3351
Release Notes
N/A