Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Fix MS Windows Store Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis committed Dec 30, 2021
1 parent fbb3baf commit d05a021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ packages:
name: msix
url: "https://pub.dartlang.org"
source: hosted
version: "2.7.2"
version: "2.7.3"
nested:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dev_dependencies:
sdk: flutter
json_serializable: ^6.1.3 # From Google
mockito: ^5.0.0-nullsafety.5 # From Google
msix: ^2.7.2 # Recommended by Google
msix: ^2.7.3 # Recommended by Google

flutter:
generate: true
Expand Down

0 comments on commit d05a021

Please sign in to comment.