Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions kmp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,7 @@ android {
compileSdkVersion rootProject.buildVersions.compileSdkVersion

defaultConfig {
// Matches the `otel` module. Runtime callers gate usage on SDK level the
// same way `otel` does, so consuming modules (min 21) override the merge.
minSdkVersion 26
minSdkVersion rootProject.buildVersions.minSdkVersion
}

// Must mirror the build types declared by consuming modules (e.g. :core) so
Expand Down