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 and hmaretic24 committed Apr 25, 2023
1 parent fea6334 commit fe608da
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 fe608da

Please sign in to comment.