Skip to content

Commit 9330cc8

Browse files
authored
Update minSdk, target and compile sdk
1 parent 4b8a27d commit 9330cc8

File tree

1 file changed

+3
-3
lines changed
  • build-logic/convention/src/main/kotlin/com/pxddy/simpleviewbinding/buildlogic/common

1 file changed

+3
-3
lines changed

build-logic/convention/src/main/kotlin/com/pxddy/simpleviewbinding/buildlogic/common/Version.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ object Version {
1616
}
1717

1818
object Sdk {
19-
const val min = 21
20-
const val target = 35
21-
const val compile = 35
19+
const val min = 23
20+
const val target = 36
21+
const val compile = 36
2222
}
2323

2424
object Java {

0 commit comments

Comments
 (0)