Skip to content

Commit 5d3b4e0

Browse files
committed
Upgrade dependencies
1 parent 8ce6b1b commit 5d3b4e0

File tree

5 files changed

+51
-51
lines changed

5 files changed

+51
-51
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
- uses: actions/setup-java@v3
4141
with:
4242
distribution: 'temurin'
43-
java-version: '17'
43+
java-version: '21'
4444

4545
- uses: subosito/flutter-action@v1
4646
with:
47-
flutter-version: '3.35.3'
47+
flutter-version: '3.35.6'
4848
channel: stable
4949

5050
# Initial build and test.

android/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
33
key.properties
44
*.jks
5+
.kotlin
56

67
gradle-wrapper.jar
78
/.gradle

android/app/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ android {
1818
ndkVersion = flutter.ndkVersion
1919

2020
compileOptions {
21-
sourceCompatibility = JavaVersion.VERSION_17
22-
targetCompatibility = JavaVersion.VERSION_17
21+
sourceCompatibility = JavaVersion.VERSION_21
22+
targetCompatibility = JavaVersion.VERSION_21
2323
}
2424

2525
kotlinOptions {
26-
jvmTarget = 17
26+
jvmTarget = 21
2727
}
2828

2929
defaultConfig {
30-
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3130
applicationId = "com.banool.auslan_dictionary"
3231
// You can update the following values to match your application needs.
3332
// For more information, see: https://flutter.dev/to/review-gradle-config.

pubspec.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: f0bb5d1648339c8308cc0b9838d8456b3cfe5c91f9dc1a735b4d003269e5da9a
8+
sha256: c209688d9f5a5f26b2fb47a188131a6fb9e876ae9e47af3737c0b4f58a93470d
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "88.0.0"
11+
version: "91.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: "0b7b9c329d2879f8f05d6c05b32ee9ec025f39b077864bdb5ac9a7b63418a98f"
16+
sha256: a40a0cee526a7e1f387c6847bd8a5ccbf510a75952ef8a28338e989558072cb0
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "8.1.1"
19+
version: "8.4.0"
2020
ansicolor:
2121
dependency: transitive
2222
description:
@@ -61,10 +61,10 @@ packages:
6161
dependency: transitive
6262
description:
6363
name: build
64-
sha256: "5b887c55a0f734b433b3b2d89f9cd1f99eb636b17e268a5b4259258bc916504b"
64+
sha256: dfb67ccc9a78c642193e0c2d94cb9e48c2c818b3178a86097d644acdcde6a8d9
6565
url: "https://pub.dev"
6666
source: hosted
67-
version: "4.0.0"
67+
version: "4.0.2"
6868
build_config:
6969
dependency: transitive
7070
description:
@@ -189,18 +189,18 @@ packages:
189189
dependency: "direct dev"
190190
description:
191191
name: dependency_validator
192-
sha256: f727a5627aa405965fab4aef4f468e50a9b632ba0737fd2f98c932fec6d712b9
192+
sha256: a5928c0e3773808027bdafeb13fb4be0e4fdd79819773ad3df34d0fcf42636f2
193193
url: "https://pub.dev"
194194
source: hosted
195-
version: "3.2.3"
195+
version: "5.0.3"
196196
device_info_plus:
197197
dependency: "direct main"
198198
description:
199199
name: device_info_plus
200-
sha256: "98f28b42168cc509abc92f88518882fd58061ea372d7999aecc424345c7bff6a"
200+
sha256: "49413c8ca514dea7633e8def233b25efdf83ec8522955cc2c0e3ad802927e7c6"
201201
url: "https://pub.dev"
202202
source: hosted
203-
version: "11.5.0"
203+
version: "12.1.0"
204204
device_info_plus_platform_interface:
205205
dependency: transitive
206206
description:
@@ -451,10 +451,10 @@ packages:
451451
dependency: transitive
452452
description:
453453
name: leak_tracker
454-
sha256: "8dcda04c3fc16c14f48a7bb586d4be1f0d1572731b6d81d51772ef47c02081e0"
454+
sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de"
455455
url: "https://pub.dev"
456456
source: hosted
457-
version: "11.0.1"
457+
version: "11.0.2"
458458
leak_tracker_flutter_testing:
459459
dependency: transitive
460460
description:
@@ -556,10 +556,10 @@ packages:
556556
dependency: transitive
557557
description:
558558
name: package_info_plus
559-
sha256: "16eee997588c60225bda0488b6dcfac69280a6b7a3cf02c741895dd370a02968"
559+
sha256: f69da0d3189a4b4ceaeb1a3defb0f329b3b352517f52bed4290f83d4f06bc08d
560560
url: "https://pub.dev"
561561
source: hosted
562-
version: "8.3.1"
562+
version: "9.0.0"
563563
package_info_plus_platform_interface:
564564
dependency: transitive
565565
description:
@@ -588,18 +588,18 @@ packages:
588588
dependency: transitive
589589
description:
590590
name: path_provider_android
591-
sha256: "993381400e94d18469750e5b9dcb8206f15bc09f9da86b9e44a9b0092a0066db"
591+
sha256: e122c5ea805bb6773bb12ce667611265980940145be920cd09a4b0ec0285cb16
592592
url: "https://pub.dev"
593593
source: hosted
594-
version: "2.2.18"
594+
version: "2.2.20"
595595
path_provider_foundation:
596596
dependency: transitive
597597
description:
598598
name: path_provider_foundation
599-
sha256: "16eef174aacb07e09c351502740fa6254c165757638eba1e9116b0a781201bbd"
599+
sha256: efaec349ddfc181528345c56f8eda9d6cccd71c177511b132c6a0ddaefaa2738
600600
url: "https://pub.dev"
601601
source: hosted
602-
version: "2.4.2"
602+
version: "2.4.3"
603603
path_provider_linux:
604604
dependency: transitive
605605
description:
@@ -708,18 +708,18 @@ packages:
708708
dependency: transitive
709709
description:
710710
name: shared_preferences_android
711-
sha256: a2608114b1ffdcbc9c120eb71a0e207c71da56202852d4aab8a5e30a82269e74
711+
sha256: "34266009473bf71d748912da4bf62d439185226c03e01e2d9687bc65bbfcb713"
712712
url: "https://pub.dev"
713713
source: hosted
714-
version: "2.4.12"
714+
version: "2.4.15"
715715
shared_preferences_foundation:
716716
dependency: transitive
717717
description:
718718
name: shared_preferences_foundation
719-
sha256: "6a52cfcdaeac77cad8c97b539ff688ccfc458c007b4db12be584fbe5c0e49e03"
719+
sha256: "1c33a907142607c40a7542768ec9badfd16293bac51da3a4482623d15845f88b"
720720
url: "https://pub.dev"
721721
source: hosted
722-
version: "2.5.4"
722+
version: "2.5.5"
723723
shared_preferences_linux:
724724
dependency: transitive
725725
description:
@@ -761,10 +761,10 @@ packages:
761761
dependency: transitive
762762
description:
763763
name: source_gen
764-
sha256: ccf30b0c9fbcd79d8b6f5bfac23199fb354938436f62475e14aea0f29ee0f800
764+
sha256: "9098ab86015c4f1d8af6486b547b11100e73b193e1899015033cb3e14ad20243"
765765
url: "https://pub.dev"
766766
source: hosted
767-
version: "4.0.1"
767+
version: "4.0.2"
768768
source_helper:
769769
dependency: transitive
770770
description:
@@ -801,10 +801,10 @@ packages:
801801
dependency: transitive
802802
description:
803803
name: sqflite_android
804-
sha256: "78f489aab276260cdd26676d2169446c7ecd3484bbd5fead4ca14f3ed4dd9ee3"
804+
sha256: ecd684501ebc2ae9a83536e8b15731642b9570dc8623e0073d227d0ee2bfea88
805805
url: "https://pub.dev"
806806
source: hosted
807-
version: "2.4.0"
807+
version: "2.4.2+2"
808808
sqflite_common:
809809
dependency: transitive
810810
description:
@@ -921,18 +921,18 @@ packages:
921921
dependency: transitive
922922
description:
923923
name: url_launcher_android
924-
sha256: "69ee86740f2847b9a4ba6cffa74ed12ce500bbe2b07f3dc1e643439da60637b7"
924+
sha256: "5c8b6c2d89a78f5a1cca70a73d9d5f86c701b36b42f9c9dac7bad592113c28e9"
925925
url: "https://pub.dev"
926926
source: hosted
927-
version: "6.3.18"
927+
version: "6.3.24"
928928
url_launcher_ios:
929929
dependency: transitive
930930
description:
931931
name: url_launcher_ios
932-
sha256: d80b3f567a617cb923546034cc94bfe44eb15f989fe670b37f26abdb9d939cb7
932+
sha256: "6b63f1441e4f653ae799166a72b50b1767321ecc263a57aadf825a7a2a5477d9"
933933
url: "https://pub.dev"
934934
source: hosted
935-
version: "6.3.4"
935+
version: "6.3.5"
936936
url_launcher_linux:
937937
dependency: transitive
938938
description:
@@ -945,10 +945,10 @@ packages:
945945
dependency: transitive
946946
description:
947947
name: url_launcher_macos
948-
sha256: c043a77d6600ac9c38300567f33ef12b0ef4f4783a2c1f00231d2b1941fea13f
948+
sha256: "8262208506252a3ed4ff5c0dc1e973d2c0e0ef337d0a074d35634da5d44397c9"
949949
url: "https://pub.dev"
950950
source: hosted
951-
version: "3.2.3"
951+
version: "3.2.4"
952952
url_launcher_platform_interface:
953953
dependency: transitive
954954
description:
@@ -1001,26 +1001,26 @@ packages:
10011001
dependency: transitive
10021002
description:
10031003
name: video_player_android
1004-
sha256: "59e5a457ddcc1688f39e9aef0efb62aa845cf0cbbac47e44ac9730dc079a2385"
1004+
sha256: cf768d02924b91e333e2bc1ff928528f57d686445874f383bafab12d0bdfc340
10051005
url: "https://pub.dev"
10061006
source: hosted
1007-
version: "2.8.13"
1007+
version: "2.8.17"
10081008
video_player_avfoundation:
10091009
dependency: transitive
10101010
description:
10111011
name: video_player_avfoundation
1012-
sha256: f9a780aac57802b2892f93787e5ea53b5f43cc57dc107bee9436458365be71cd
1012+
sha256: "19ed1162a7a5520e7d7791e0b7b73ba03161b6a69428b82e4689e435b325432d"
10131013
url: "https://pub.dev"
10141014
source: hosted
1015-
version: "2.8.4"
1015+
version: "2.8.5"
10161016
video_player_platform_interface:
10171017
dependency: transitive
10181018
description:
10191019
name: video_player_platform_interface
1020-
sha256: cf2a1d29a284db648fd66cbd18aacc157f9862d77d2cc790f6f9678a46c1db5a
1020+
sha256: "9e372520573311055cb353b9a0da1c9d72b094b7ba01b8ecc66f28473553793b"
10211021
url: "https://pub.dev"
10221022
source: hosted
1023-
version: "6.4.0"
1023+
version: "6.5.0"
10241024
video_player_web:
10251025
dependency: transitive
10261026
description:
@@ -1049,10 +1049,10 @@ packages:
10491049
dependency: transitive
10501050
description:
10511051
name: watcher
1052-
sha256: "5bf046f41320ac97a469d506261797f35254fa61c641741ef32dacda98b7d39c"
1052+
sha256: "592ab6e2892f67760543fb712ff0177f4ec76c031f02f5b4ff8d3fc5eb9fb61a"
10531053
url: "https://pub.dev"
10541054
source: hosted
1055-
version: "1.1.3"
1055+
version: "1.1.4"
10561056
web:
10571057
dependency: transitive
10581058
description:
@@ -1073,10 +1073,10 @@ packages:
10731073
dependency: transitive
10741074
description:
10751075
name: win32
1076-
sha256: "66814138c3562338d05613a6e368ed8cfb237ad6d64a9e9334be3f309acfca03"
1076+
sha256: d7cb55e04cd34096cd3a79b3330245f54cb96a370a1c27adb3c84b917de8b08e
10771077
url: "https://pub.dev"
10781078
source: hosted
1079-
version: "5.14.0"
1079+
version: "5.15.0"
10801080
win32_registry:
10811081
dependency: transitive
10821082
description:
@@ -1110,5 +1110,5 @@ packages:
11101110
source: hosted
11111111
version: "3.1.3"
11121112
sdks:
1113-
dart: ">=3.8.0 <4.0.0"
1114-
flutter: ">=3.29.0"
1113+
dart: ">=3.9.0 <4.0.0"
1114+
flutter: ">=3.35.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Free video dictionary of Auslan signs
33

44
publish_to: 'none'
55

6-
version: 1.18.16+813
6+
version: 1.18.17+814
77

88
environment:
99
sdk: '>=2.18.0 <3.0.0'

0 commit comments

Comments
 (0)