Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase Android minSDK to 21 #5094

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Increase Android minSDK to 21 #5094

merged 1 commit into from
Mar 27, 2024

Conversation

hfhbd
Copy link
Collaborator

@hfhbd hfhbd commented Mar 26, 2024

Technically, we don't need to increase the minSDK, but the Play Store requires 21 since August 2023 and Jetpack Compose requires 21 too. So I don't see a reason to keep this low level.

Any thoughts?

(Theoretically with api 21 the min sqlite version increased from 3.7 to 3.8 but this has no real effect for us because there is no <3.7 dialect.)

See also https://apilevels.com

@JakeWharton
Copy link
Member

All of AndroidX is going 21 in April, too.

@JakeWharton JakeWharton merged commit a83943b into master Mar 27, 2024
10 checks passed
@JakeWharton JakeWharton deleted the hfhbd-patch-1 branch March 27, 2024 14:47
@JakeWharton
Copy link
Member

Alec approved verbally

hfhbd added a commit that referenced this pull request Apr 2, 2024
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.

None yet

2 participants