Skip to content

Commit

Permalink
try compiling with java 17 as suggested by @NePheus
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmkenny committed May 1, 2023
1 parent b69cb77 commit 6d741d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
abortOnError false
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_11
}
}
Expand Down

0 comments on commit 6d741d3

Please sign in to comment.