Skip to content

Commit

Permalink
[#3952] Increase Target SDK (#3953)
Browse files Browse the repository at this point in the history
Increase Target SDK
  • Loading branch information
mustafaozhan authored Sep 16, 2024
1 parent b90e9ad commit 6d0355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectSettings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object ProjectSettings {

const val COMPILE_SDK_VERSION = 34
const val MIN_SDK_VERSION = 21
const val TARGET_SDK_VERSION = 33
const val TARGET_SDK_VERSION = 34

val JAVA_VERSION = JavaVersion.VERSION_21

Expand Down

0 comments on commit 6d0355a

Please sign in to comment.