Skip to content

Commit 8daeb88

Browse files
authored
Update buildSrc/src/main/kotlin/Config.kt
1 parent 8ad6004 commit 8daeb88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildSrc/src/main/kotlin/Config.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ object Config {
77
object SdkVersions {
88
const val compile = 35
99
const val target = 35
10-
const val min = 23
10+
// Note that auth uses a different minSdk than this and
11+
// should be changed in auth/build.gradle.kts
12+
const val min = 21
1113
}
1214

1315
object Plugins {

0 commit comments

Comments
 (0)