Skip to content

docs: fix README API-level badge (16 → 19) to match minSdk#6826

Open
kobihikri wants to merge 1 commit into
CymChad:masterfrom
kobihikri:fix-api-badge
Open

docs: fix README API-level badge (16 → 19) to match minSdk#6826
kobihikri wants to merge 1 commit into
CymChad:masterfrom
kobihikri:fix-api-badge

Conversation

@kobihikri

Copy link
Copy Markdown

What this fixes

The README badge at the top advertises API 16+, but library/build.gradle.kts sets minSdk = 19. This updates the badge (and its android-arsenal link) to API 19+ so it matches the actual minimum.

README.md line 2:  API-16%2B ... api?level=16   →   API-19%2B ... api?level=19
library/build.gradle.kts:20:  minSdk = 19

One-line docs fix, no code changes.


Disclosure: I used an AI tool to help spot this; I verified both values against the repo myself and take responsibility for it.

library/build.gradle.kts sets minSdk = 19, but the README badge still
advertises API 16+.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant