File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ android {
37
37
compileSdkVersion 34
38
38
39
39
compileOptions {
40
- sourceCompatibility JavaVersion . VERSION_17
41
- targetCompatibility JavaVersion . VERSION_17
40
+ sourceCompatibility JavaVersion . VERSION_1_8
41
+ targetCompatibility JavaVersion . VERSION_1_8
42
42
}
43
43
44
44
lintOptions {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import uni_links_desktop
24
24
import url_launcher_macos
25
25
26
26
func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
27
- ConnectivityPlusPlugin . register ( with: registry. registrar ( forPlugin: " ConnectivityPlusPlugin " ) )
27
+ ConnectivityPlugin . register ( with: registry. registrar ( forPlugin: " ConnectivityPlugin " ) )
28
28
DeviceInfoPlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " DeviceInfoPlusMacosPlugin " ) )
29
29
FileSelectorPlugin . register ( with: registry. registrar ( forPlugin: " FileSelectorPlugin " ) )
30
30
FLTFirebaseCorePlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseCorePlugin " ) )
Original file line number Diff line number Diff line change @@ -245,18 +245,18 @@ packages:
245
245
dependency: "direct main"
246
246
description:
247
247
name: connectivity_plus
248
- sha256: e9feae83b1849f61bad9f6f33ee00646e3410d54ce0821e02f262f9901dad3c9
248
+ sha256: "224a77051d52a11fbad53dd57827594d3bd24f945af28bd70bab376d68d437f0"
249
249
url: "https://pub.dev"
250
250
source: hosted
251
- version: "6 .0.1 "
251
+ version: "5 .0.2 "
252
252
connectivity_plus_platform_interface:
253
253
dependency: transitive
254
254
description:
255
255
name: connectivity_plus_platform_interface
256
- sha256: b6a56efe1e6675be240de39107281d4034b64ac23438026355b4234042a35adb
256
+ sha256: cf1d1c28f4416f8c654d7dc3cd638ec586076255d407cef3ddbdaf178272a71a
257
257
url: "https://pub.dev"
258
258
source: hosted
259
- version: "2.0.0 "
259
+ version: "1.2.4 "
260
260
convert:
261
261
dependency: "direct main"
262
262
description:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies:
10
10
barcode_scan2 : ^4.3.0
11
11
cached_network_image : ^3.3.1
12
12
collection : ^1.18.0
13
- connectivity_plus : ^6 .0.1
13
+ connectivity_plus : ^5 .0.2
14
14
convert : ^3.1.1
15
15
country_picker : ^2.0.11
16
16
cupertino_icons : ^1.0.2
You can’t perform that action at this time.
0 commit comments