We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad6004 commit 8daeb88Copy full SHA for 8daeb88
buildSrc/src/main/kotlin/Config.kt
@@ -7,7 +7,9 @@ object Config {
7
object SdkVersions {
8
const val compile = 35
9
const val target = 35
10
- const val min = 23
+ // Note that auth uses a different minSdk than this and
11
+ // should be changed in auth/build.gradle.kts
12
+ const val min = 21
13
}
14
15
object Plugins {
0 commit comments