Skip to content

Commit

Permalink
Use minSdk 16 to upcast Cursor to Closable
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored and Alec Strong committed Oct 3, 2022
1 parent 4c141df commit e7c66af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -14,7 +14,7 @@ ktlint = "0.46.1"
test = "1.4.0"
agp = "7.3.0"
compileSdk = "31"
minSdk = "14"
minSdk = "16"
sqlPsi = "0.4.2"

[libraries]
Expand Down

0 comments on commit e7c66af

Please sign in to comment.