Set minSdk to 26 (Oreo)
This commit is contained in:
parent
49579956a1
commit
d0ae9e59ae
@ -38,7 +38,7 @@ include(":compat")
|
|||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
versionCatalogs {
|
versionCatalogs {
|
||||||
create("sdk") {
|
create("sdk") {
|
||||||
version("minSdk", "24")
|
version("minSdk", "26")
|
||||||
version("compileSdk", "31")
|
version("compileSdk", "31")
|
||||||
version("targetSdk", "31")
|
version("targetSdk", "31")
|
||||||
}
|
}
|
||||||
@ -62,10 +62,6 @@ dependencyResolutionManagement {
|
|||||||
listOf("kotlin.stdlib", "kotlinx.coroutines.core", "kotlinx.coroutines.android")
|
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")
|
version("androidx.compose", "1.2.0-alpha01")
|
||||||
alias("androidx.compose.runtime")
|
alias("androidx.compose.runtime")
|
||||||
.to("androidx.compose.runtime", "runtime")
|
.to("androidx.compose.runtime", "runtime")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user