Skip to content

Commit

Permalink
Bump Java Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Dec 4, 2024
1 parent 0b8caab commit 7754d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ android {
buildConfig = true
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
}

Expand Down

0 comments on commit 7754d6e

Please sign in to comment.