Skip to content

Commit

Permalink
Update java compile version
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncedSynapse committed Nov 13, 2023
1 parent ba3cf05 commit 907ab7c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ android {
}
namespace 'org.xbmc.kore'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

Expand Down

0 comments on commit 907ab7c

Please sign in to comment.