`android-sdk-min` is 28
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 3.2k
- Forks
- 106
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 1
Description
The generated settings.gradle.kts file in the .build folder has this line:
version("android-sdk-min", "28")
(EDIT: Previously it was 29.)
That's kinda high. According to the Android Studio "Help me choose" dialog, supporting API level 28 and higher only supports 95.3% of users as of December 1, 2025.
When creating a new project as of today, Android Studio recommends supporting at least back to API 24.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the generator that produces the .build/settings.gradle.kts file and the android-sdk-min setting. Confirm how the current value is selected, change the minimum to the agreed API level, and regenerate or run the relevant project-generation checks to verify the output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- build-system, mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100