Skip to content

Commit

Permalink
feat: Use java 11 (ionic-team#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Apr 4, 2022
1 parent 2b5bfc1 commit f048b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {
abortOnError false
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
}

Expand Down

0 comments on commit f048b29

Please sign in to comment.