Skip to content

Commit 7aa4ca7

Browse files
authored
Target Android 16
1 parent 64e40cb commit 7aa4ca7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ object Versions {
3737
val sdk = Sdk
3838

3939
object Sdk {
40-
const val compile = 34
40+
const val compile = 36
4141
const val min = 26
42-
const val target = 34
42+
const val target = 36
4343
}
4444

4545
val jvm = JavaVersion.VERSION_17
@@ -112,4 +112,4 @@ object Versions {
112112
// Utilities
113113
const val canIDropJetifierPlugin = "0.4"
114114

115-
}
115+
}

0 commit comments

Comments
 (0)