Skip to content

Commit

Permalink
Enable JDK 17 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Oct 27, 2023
1 parent f806d3f commit 88efd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ android {

compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

buildTypes {
Expand Down

0 comments on commit 88efd4b

Please sign in to comment.