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 7a86782 commit ab1de7cCopy full SHA for ab1de7c
buildSrc/src/main/java/Config.kt
@@ -67,7 +67,7 @@ object Config {
67
object Android {
68
private val sdkVersion = 33
69
70
- val minSdkVersion = 19
+ val minSdkVersion = 21
71
val targetSdkVersion = sdkVersion
72
val compileSdkVersion = sdkVersion
73
}
0 commit comments