Skip to content

Commit ec39438

Browse files
committed
Update Deps, Undo Testing Changes
1 parent f69496e commit ec39438

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/deploy_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
platform: [ android ]
14+
platform: [ ios, android ]
1515
fail-fast: false
1616

1717
steps:

.github/workflows/lint_test_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
distribution: 'corretto'
4040
java-version: '21'
4141

42-
# - name: Build iOS
43-
# run: flutter build ipa --no-codesign
42+
- name: Build iOS
43+
run: flutter build ipa --no-codesign
4444

4545
- name: Build Android
4646
run: flutter build apk

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,10 @@ packages:
619619
dependency: transitive
620620
description:
621621
name: geolocator_linux
622-
sha256: c4e966f0a7a87e70049eac7a2617f9e16fd4c585a26e4330bdfc3a71e6a721f3
622+
sha256: d64112a205931926f4363bb6bd48f14cb38e7326833041d170615586cd143797
623623
url: "https://pub.dev"
624624
source: hosted
625-
version: "0.2.3"
625+
version: "0.2.4"
626626
geolocator_platform_interface:
627627
dependency: transitive
628628
description:
@@ -956,10 +956,10 @@ packages:
956956
dependency: "direct main"
957957
description:
958958
name: package_info_plus
959-
sha256: "16eee997588c60225bda0488b6dcfac69280a6b7a3cf02c741895dd370a02968"
959+
sha256: f69da0d3189a4b4ceaeb1a3defb0f329b3b352517f52bed4290f83d4f06bc08d
960960
url: "https://pub.dev"
961961
source: hosted
962-
version: "8.3.1"
962+
version: "9.0.0"
963963
package_info_plus_platform_interface:
964964
dependency: transitive
965965
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies:
5757
device_info_plus: ^12.1.0
5858
flutter_secure_storage: ^10.0.0
5959
geolocator: ^14.0.0
60-
package_info_plus: ^8.0.0
60+
package_info_plus: ^9.0.0
6161
path_provider: ^2.0.15
6262
path: ^1.9.0
6363
url_launcher: ^6.1.10

0 commit comments

Comments
 (0)