skiptools / skiptools/skip

`android-sdk-min` is 28

Open
#474 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

configuration documentation project
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.

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.