Skip to content

Commit 98b79ee

Browse files
Numoywestracer
authored andcommitted
fix(app): update refs
1 parent b624d15 commit 98b79ee

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

flutter_secure_storage/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@ dependencies:
3535
git:
3636
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
3737
path: flutter_secure_storage_darwin
38-
ref: strongbox-enabled
38+
ref: develop
3939
flutter_secure_storage_linux:
4040
git:
4141
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
4242
path: flutter_secure_storage_linux
43-
ref: strongbox-enabled
43+
ref: develop
4444
flutter_secure_storage_platform_interface:
4545
git:
4646
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
4747
path: flutter_secure_storage_platform_interface
48-
ref: strongbox-enabled
48+
ref: develop
4949
flutter_secure_storage_web:
5050
git:
5151
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
5252
path: flutter_secure_storage_web
53-
ref: strongbox-enabled
53+
ref: develop
5454
flutter_secure_storage_windows:
5555
git:
5656
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
5757
path: flutter_secure_storage_windows
58-
ref: strongbox-enabled
58+
ref: develop
5959
meta: ^1.3.0
6060

6161
dev_dependencies:

flutter_secure_storage_linux/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
git:
1515
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
1616
path: flutter_secure_storage_platform_interface
17-
ref: strongbox-enabled
17+
ref: develop
1818

1919
flutter:
2020
plugin:

flutter_secure_storage_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
git:
1515
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
1616
path: flutter_secure_storage_platform_interface
17-
ref: strongbox-enabled
17+
ref: develop
1818
flutter_web_plugins:
1919
sdk: flutter
2020
web: ">=0.5.0 <2.0.0"

flutter_secure_storage_windows/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
git:
1616
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
1717
path: flutter_secure_storage_platform_interface
18-
ref: strongbox-enabled
18+
ref: develop
1919
path: ^1.8.0
2020
path_provider: ^2.0.0
2121
win32: ^5.5.4

0 commit comments

Comments
 (0)