Skip to content

Commit

Permalink
Bumps minSdk to 24
Browse files Browse the repository at this point in the history
Fixes https://issuetracker.google.com/issues/194289155, and really we should have moved this years ago. Even 24 is too old but Square is stuck on it for a bit longer.
  • Loading branch information
rjrjr committed Sep 25, 2024
1 parent 24f45a7 commit 49dfd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
androidTools = "8.1.2"

compileSdk = "34"
minSdk = "21"
minSdk = "24"
targetSdk = "33"

jdk-target = "1.8"
Expand Down

0 comments on commit 49dfd20

Please sign in to comment.