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 f25e6ee commit 0728ea9Copy full SHA for 0728ea9
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