Release version 0.0.7 - #10
Merged
Merged
Conversation
Lower minSdk from 26 to 24 (Android 8.0 Oreo → 7.0 Nougat). No code requires API 26; widens device coverage for consuming SDKs. IAB OMID AAR merges cleanly at minSdk 24. No public API changes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Kotlin 1.9.22 → 2.1.0 and AGP 8.2.0 → 8.7.3 in the Conventions line — the build has been on these since 0.0.5 (libs.versions.toml). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
0.0.7
Lower
minSdkfrom 26 to 24.minSdk26 → 24 (Android 8.0 Oreo → Android 7.0 Nougat). Nothing in KontextKit requires API 26 — no@RequiresApigates and nojava.timeusage (InstallIdProvideruses onlySecureRandom/UUID/currentTimeMillis) — so the floor is lowered to widen device coverage for consuming SDKs. The bundled IAB OMID AAR merges cleanly atminSdk 24(notools:overrideLibraryneeded). No public API changes.Requested by a publisher whose minimum supported version is API 24.
Verified:
./gradlew build test spotlessCheck detektpasses; sdk-kotlin (:ads289 tests +:example) builds and renders an ad against this branch via the local composite build at minSdk 24.🤖 Generated with Claude Code