Skip to content

Commit

Permalink
[#173] Move to Java 21 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan authored Jul 28, 2024
1 parent b5b21d2 commit 32a56f5
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 @@ -17,7 +17,7 @@ object ProjectSettings {
const val MIN_SDK_VERSION = 24
const val TARGET_SDK_VERSION = 34

val JAVA_VERSION = JavaVersion.VERSION_17
val JAVA_VERSION = JavaVersion.VERSION_21

@Suppress("TooGenericExceptionCaught", "SwallowedException")
fun getVersionCode(project: Project) = try {
Expand Down

0 comments on commit 32a56f5

Please sign in to comment.