File tree 6 files changed +22
-14
lines changed
flutter_plugins/qrscanner_zxing/android 6 files changed +22
-14
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ dependencies {
94
94
implementation ' org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1'
95
95
96
96
// Lifecycle
97
- implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 '
97
+ implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0 '
98
98
99
99
implementation " androidx.core:core-ktx:1.16.0"
100
- implementation ' androidx.fragment:fragment-ktx:1.8.6 '
100
+ implementation ' androidx.fragment:fragment-ktx:1.8.7 '
101
101
implementation ' androidx.preference:preference-ktx:1.2.1'
102
102
103
103
implementation ' com.google.android.material:material:1.12.0'
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ group 'com.yubico.authenticator.flutter_plugins.qrscanner_zxing'
2
2
version ' 1.0'
3
3
4
4
buildscript {
5
- ext. kotlin_version = ' 2.1.20 '
5
+ ext. kotlin_version = ' 2.1.21 '
6
6
repositories {
7
7
google()
8
8
mavenCentral()
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:8.9.2 '
12
+ classpath ' com.android.tools.build:gradle:8.10.0 '
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
}
15
15
}
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ pluginManagement {
26
26
27
27
plugins {
28
28
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
29
- id " com.android.application" version " 8.9.2 " apply false
30
- id " org.jetbrains.kotlin.android" version " 2.1.20 " apply false
31
- id " org.jetbrains.kotlin.plugin.serialization" version " 2.1.10 " apply false
29
+ id " com.android.application" version " 8.10.0 " apply false
30
+ id " org.jetbrains.kotlin.android" version " 2.1.21 " apply false
31
+ id " org.jetbrains.kotlin.plugin.serialization" version " 2.1.21 " apply false
32
32
id " com.google.android.gms.oss-licenses-plugin" version " 0.10.6" apply false
33
33
}
34
34
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ EXTERNAL SOURCES:
56
56
:path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos
57
57
58
58
SPEC CHECKSUMS:
59
- desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898
59
+ desktop_drop: e52397f93b3daec9fe1d504f1d5a21b76403d8ae
60
60
file_picker: e716a70a9fe5fd9e09ebc922d7541464289443af
61
61
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
62
62
local_notifier: e9506bc66fc70311e8bc7291fb70f743c081e4ff
Original file line number Diff line number Diff line change @@ -261,10 +261,10 @@ packages:
261
261
dependency: "direct main"
262
262
description:
263
263
name: desktop_drop
264
- sha256: "03abf1c0443afdd1d65cf8fa589a2f01c67a11da56bbb06f6ea1de79d5628e94"
264
+ sha256: bd21017e0415632c85f6b813c846bc8c9811742507776dcf6abf91a14d946e98
265
265
url: "https://pub.dev"
266
266
source: hosted
267
- version: "0.5 .0"
267
+ version: "0.6 .0"
268
268
fake_async:
269
269
dependency: transitive
270
270
description:
@@ -293,10 +293,10 @@ packages:
293
293
dependency: "direct main"
294
294
description:
295
295
name: file_picker
296
- sha256: "09b474c0c8117484b80cbebc043801ff91e05cfbd2874d512825c899e1754694 "
296
+ sha256: "77f8e81d22d2a07d0dee2c62e1dda71dc1da73bf43bb2d45af09727406167964 "
297
297
url: "https://pub.dev"
298
298
source: hosted
299
- version: "9.2.3 "
299
+ version: "10.1.9 "
300
300
fixnum:
301
301
dependency: transitive
302
302
description:
@@ -990,6 +990,14 @@ packages:
990
990
url: "https://pub.dev"
991
991
source: hosted
992
992
version: "1.4.0"
993
+ universal_platform:
994
+ dependency: transitive
995
+ description:
996
+ name: universal_platform
997
+ sha256: "64e16458a0ea9b99260ceb5467a214c1f298d647c659af1bff6d3bf82536b1ec"
998
+ url: "https://pub.dev"
999
+ source: hosted
1000
+ version: "1.1.0"
993
1001
url_launcher:
994
1002
dependency: "direct main"
995
1003
description:
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ dependencies:
57
57
qrscanner_zxing :
58
58
path : android/flutter_plugins/qrscanner_zxing
59
59
screen_retriever : ^0.2.0
60
- desktop_drop : ^0.5 .0
60
+ desktop_drop : ^0.6 .0
61
61
url_launcher : ^6.3.1
62
62
path_provider : ^2.1.5
63
63
vector_graphics : ^1.1.15
64
64
vector_graphics_compiler : ^1.1.16
65
65
path : ^1.9.1
66
- file_picker : ^9.2.1
66
+ file_picker : ^10.1.9
67
67
archive : ^4.0.7
68
68
crypto : ^3.0.2
69
69
tray_manager : ^0.5.0
You can’t perform that action at this time.
0 commit comments