mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 03:37:05 +05:30
build-logic: raise min SDK to 26
This commit is contained in:
parent
9cb5dd26a5
commit
d3c471168b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import com.android.build.gradle.TestedExtension
|
|||
extensions.configure<TestedExtension> {
|
||||
setCompileSdkVersion(31)
|
||||
defaultConfig {
|
||||
minSdk = 23
|
||||
minSdk = 26
|
||||
targetSdk = 31
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue