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.
2 parents f25e6ee + 0728ea9 commit e075bf3Copy full SHA for e075bf3
buildSrc/src/main/kotlin/appConfig.kt
@@ -4,7 +4,7 @@ object appConfig {
4
5
const val compileSdkVersion = 36
6
const val buildToolsVersion = "36.0.0"
7
- const val minSdkVersion = 21
+ const val minSdkVersion = 23
8
const val targetSdkVersion = 36
9
10
private const val MAJOR = 2
0 commit comments