Skip to content

Commit

Permalink
remove jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
richard457 committed May 24, 2024
1 parent 018983a commit 9ed3543
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: connectivity_plus_example
description: Demonstrates how to use the connectivity_plus plugin.

environment:
sdk: '>=2.12.0 <4.0.0'
sdk: ">=2.12.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
connectivity_plus: ^6.0.3
connectivity_plus: ^6.0.4

dev_dependencies:
flutter_driver:
Expand Down
4 changes: 2 additions & 2 deletions packages/connectivity_plus/connectivity_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: connectivity_plus
description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
version: 6.0.3
version: 6.0.4
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus/connectivity_plus
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/connectivity_plus
Expand All @@ -20,7 +20,7 @@ flutter:
ios:
pluginClass: ConnectivityPlusPlugin
sharedDarwinSource: true

linux:
dartPluginClass: ConnectivityPlusLinuxPlugin
macos:
Expand Down

0 comments on commit 9ed3543

Please sign in to comment.