Skip to content

Commit e075bf3

Browse files
authored
Merge pull request #300 from Kotlin-Android-Open-Source/hoc081098-patch-1
Update minSdkVersion from 21 to 23
2 parents f25e6ee + 0728ea9 commit e075bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/appConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object appConfig {
44

55
const val compileSdkVersion = 36
66
const val buildToolsVersion = "36.0.0"
7-
const val minSdkVersion = 21
7+
const val minSdkVersion = 23
88
const val targetSdkVersion = 36
99

1010
private const val MAJOR = 2

0 commit comments

Comments
 (0)