Skip to content

Commit

Permalink
Merge pull request #735 from nextcloud/renovate/flutter-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency flutter to >=3.13.3
  • Loading branch information
provokateurin authored Sep 7, 2023
2 parents a2d3501 + d277427 commit cd973a8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.13.2@stable",
"flutterSdkVersion": "3.13.3@stable",
"flavors": {}
}
2 changes: 1 addition & 1 deletion packages/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1393,4 +1393,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.1.0 <4.0.0"
flutter: ">=3.13.2"
flutter: ">=3.13.3"
2 changes: 1 addition & 1 deletion packages/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.2'
flutter: '>=3.13.3'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/file_icons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.2'
flutter: '>=3.13.3'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.2'
flutter: '>=3.13.3'

dependencies:
collection: ^1.17.1
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_files/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.2'
flutter: '>=3.13.3'

dependencies:
collection: ^1.17.0
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_news/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.2'
flutter: '>=3.13.3'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_notes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.2'
flutter: '>=3.13.3'

dependencies:
built_collection: ^5.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.2'
flutter: '>=3.13.3'

dependencies:
flutter:
Expand Down

0 comments on commit cd973a8

Please sign in to comment.