Skip to content

Commit 3bd25c3

Browse files
committed
bump dependencies
1 parent 5cfe38e commit 3bd25c3

File tree

6 files changed

+22
-14
lines changed

6 files changed

+22
-14
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ dependencies {
9494
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1'
9595

9696
// Lifecycle
97-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
97+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0'
9898

9999
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'
101101
implementation 'androidx.preference:preference-ktx:1.2.1'
102102

103103
implementation 'com.google.android.material:material:1.12.0'

android/flutter_plugins/qrscanner_zxing/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ group 'com.yubico.authenticator.flutter_plugins.qrscanner_zxing'
22
version '1.0'
33

44
buildscript {
5-
ext.kotlin_version = '2.1.20'
5+
ext.kotlin_version = '2.1.21'
66
repositories {
77
google()
88
mavenCentral()
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:8.9.2'
12+
classpath 'com.android.tools.build:gradle:8.10.0'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
1515
}

android/settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ pluginManagement {
2626

2727
plugins {
2828
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
3232
id "com.google.android.gms.oss-licenses-plugin" version "0.10.6" apply false
3333
}
3434

macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ EXTERNAL SOURCES:
5656
:path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos
5757

5858
SPEC CHECKSUMS:
59-
desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898
59+
desktop_drop: e52397f93b3daec9fe1d504f1d5a21b76403d8ae
6060
file_picker: e716a70a9fe5fd9e09ebc922d7541464289443af
6161
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
6262
local_notifier: e9506bc66fc70311e8bc7291fb70f743c081e4ff

pubspec.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,10 @@ packages:
261261
dependency: "direct main"
262262
description:
263263
name: desktop_drop
264-
sha256: "03abf1c0443afdd1d65cf8fa589a2f01c67a11da56bbb06f6ea1de79d5628e94"
264+
sha256: bd21017e0415632c85f6b813c846bc8c9811742507776dcf6abf91a14d946e98
265265
url: "https://pub.dev"
266266
source: hosted
267-
version: "0.5.0"
267+
version: "0.6.0"
268268
fake_async:
269269
dependency: transitive
270270
description:
@@ -293,10 +293,10 @@ packages:
293293
dependency: "direct main"
294294
description:
295295
name: file_picker
296-
sha256: "09b474c0c8117484b80cbebc043801ff91e05cfbd2874d512825c899e1754694"
296+
sha256: "77f8e81d22d2a07d0dee2c62e1dda71dc1da73bf43bb2d45af09727406167964"
297297
url: "https://pub.dev"
298298
source: hosted
299-
version: "9.2.3"
299+
version: "10.1.9"
300300
fixnum:
301301
dependency: transitive
302302
description:
@@ -990,6 +990,14 @@ packages:
990990
url: "https://pub.dev"
991991
source: hosted
992992
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"
9931001
url_launcher:
9941002
dependency: "direct main"
9951003
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ dependencies:
5757
qrscanner_zxing:
5858
path: android/flutter_plugins/qrscanner_zxing
5959
screen_retriever: ^0.2.0
60-
desktop_drop: ^0.5.0
60+
desktop_drop: ^0.6.0
6161
url_launcher: ^6.3.1
6262
path_provider: ^2.1.5
6363
vector_graphics: ^1.1.15
6464
vector_graphics_compiler: ^1.1.16
6565
path: ^1.9.1
66-
file_picker: ^9.2.1
66+
file_picker: ^10.1.9
6767
archive: ^4.0.7
6868
crypto: ^3.0.2
6969
tray_manager: ^0.5.0

0 commit comments

Comments
 (0)