diff --git a/flutter_secure_storage/pubspec.yaml b/flutter_secure_storage/pubspec.yaml index b3867916..3ebb00ee 100644 --- a/flutter_secure_storage/pubspec.yaml +++ b/flutter_secure_storage/pubspec.yaml @@ -35,27 +35,27 @@ dependencies: git: url: git@github.com:QuickBirdEng/flutter_secure_storage.git path: flutter_secure_storage_darwin - ref: strongbox-enabled + ref: develop flutter_secure_storage_linux: git: url: git@github.com:QuickBirdEng/flutter_secure_storage.git path: flutter_secure_storage_linux - ref: strongbox-enabled + ref: develop flutter_secure_storage_platform_interface: git: url: git@github.com:QuickBirdEng/flutter_secure_storage.git path: flutter_secure_storage_platform_interface - ref: strongbox-enabled + ref: develop flutter_secure_storage_web: git: url: git@github.com:QuickBirdEng/flutter_secure_storage.git path: flutter_secure_storage_web - ref: strongbox-enabled + ref: develop flutter_secure_storage_windows: git: url: git@github.com:QuickBirdEng/flutter_secure_storage.git path: flutter_secure_storage_windows - ref: strongbox-enabled + ref: develop meta: ^1.3.0 dev_dependencies: diff --git a/flutter_secure_storage_linux/pubspec.yaml b/flutter_secure_storage_linux/pubspec.yaml index 60896a30..017b49d4 100644 --- a/flutter_secure_storage_linux/pubspec.yaml +++ b/flutter_secure_storage_linux/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: git: url: git@github.com:QuickBirdEng/flutter_secure_storage.git path: flutter_secure_storage_platform_interface - ref: strongbox-enabled + ref: develop flutter: plugin: diff --git a/flutter_secure_storage_web/pubspec.yaml b/flutter_secure_storage_web/pubspec.yaml index 38ec4811..780adf1d 100644 --- a/flutter_secure_storage_web/pubspec.yaml +++ b/flutter_secure_storage_web/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: git: url: git@github.com:QuickBirdEng/flutter_secure_storage.git path: flutter_secure_storage_platform_interface - ref: strongbox-enabled + ref: develop flutter_web_plugins: sdk: flutter web: ">=0.5.0 <2.0.0" diff --git a/flutter_secure_storage_windows/pubspec.yaml b/flutter_secure_storage_windows/pubspec.yaml index 8070859f..d939d353 100644 --- a/flutter_secure_storage_windows/pubspec.yaml +++ b/flutter_secure_storage_windows/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: git: url: git@github.com:QuickBirdEng/flutter_secure_storage.git path: flutter_secure_storage_platform_interface - ref: strongbox-enabled + ref: develop path: ^1.8.0 path_provider: ^2.0.0 win32: ^5.5.4