Skip to content

Commit

Permalink
sdk dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Mar 20, 2024
1 parent 5ea7894 commit aba9b3a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions auth_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Firebase auth flutter
version: 0.10.1
publish_to: none
environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

dependencies:
flutter:
Expand All @@ -21,7 +21,7 @@ dependencies:
path: firebase_flutter
ref: dart3a
version: '>=0.4.0+0'
firebase_auth: '>=4.11.1'
firebase_auth: '>=4.17.6'
google_sign_in: '>=5.4.2'
dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion firebase_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Firebase flutter
version: 0.8.4+1
publish_to: none
environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

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

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

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

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

dev_dependencies:
path:
Expand Down
2 changes: 1 addition & 1 deletion storage_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.8.0
publish_to: none

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit aba9b3a

Please sign in to comment.