Skip to content

Commit

Permalink
build(connectivity_plus)!: Target Java 17 on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Mar 18, 2024
1 parent 2441acc commit 2413e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
namespace 'dev.fluttercommunity.plus.connectivity'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
namespace 'io.flutter.plugins.connectivityexample'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

lintOptions {
Expand Down

0 comments on commit 2413e45

Please sign in to comment.