Skip to content

Commit 0728ea9

Browse files
authored
Update minSdkVersion from 21 to 23
1 parent f25e6ee commit 0728ea9

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)