Skip to content

Commit

Permalink
Update ProjectConfig.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomanaia committed Mar 19, 2023
1 parent 4db9ce8 commit c52d891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/ProjectConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object ProjectConfig {

const val versionName = "1.5.0"

val javaVersionCompatibility = JavaVersion.VERSION_11
val javaVersionCompatibility = JavaVersion.VERSION_17

const val jvmTargetVersion = "11"
}
const val jvmTargetVersion = "17"
}

0 comments on commit c52d891

Please sign in to comment.