Set minSdkVersion to 21

This commit is contained in:
topjohnwu
2021-04-09 20:01:32 -07:00
parent 2b9b019093
commit 1f0a35f073
33 changed files with 44 additions and 212 deletions

View File

@@ -14,7 +14,7 @@ buildscript {
maven { url = uri("https://kotlin.bintray.com/kotlinx") }
}
val vNav = "2.3.4"
val vNav = "2.3.5"
extra["vNav"] = vNav
dependencies {
@@ -68,7 +68,7 @@ subprojects {
defaultConfig {
if (minSdkVersion == null)
minSdkVersion(17)
minSdkVersion(21)
targetSdkVersion(30)
}