Skip to content

Commit

Permalink
Set Java compatibility to 11 for Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Mar 12, 2024
1 parent 66289a6 commit b76a4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/android/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
compileSdkVersion 32
buildToolsVersion '32.0.0'
Expand Down

0 comments on commit b76a4a1

Please sign in to comment.