Skip to content

Commit

Permalink
Update to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jul 29, 2021
1 parent b9b26aa commit 19eac93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

android {
val javaVersion = JavaVersion.VERSION_1_8
val javaVersion = JavaVersion.VERSION_11
val targetSdk = 29
buildToolsVersion = "31.0.0"
compileOptions {
Expand Down

0 comments on commit 19eac93

Please sign in to comment.