Set minSdk to 26 (Oreo)

This commit is contained in:
MM20 2022-01-19 21:40:39 +01:00
parent 49579956a1
commit d0ae9e59ae
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -38,7 +38,7 @@ include(":compat")
dependencyResolutionManagement {
versionCatalogs {
create("sdk") {
version("minSdk", "24")
version("minSdk", "26")
version("compileSdk", "31")
version("targetSdk", "31")
}
@ -62,10 +62,6 @@ dependencyResolutionManagement {
listOf("kotlin.stdlib", "kotlinx.coroutines.core", "kotlinx.coroutines.android")
)
alias("desugar")
.to("com.android.tools", "desugar_jdk_libs")
.version("1.1.5")
version("androidx.compose", "1.2.0-alpha01")
alias("androidx.compose.runtime")
.to("androidx.compose.runtime", "runtime")