Skip to content

Commit

Permalink
build: update sdk constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
BBarisKilic committed May 16, 2024
1 parent c7a3a17 commit 125974d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1206,5 +1206,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.3.0 <3.4.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version: 2.0.0+8
publish_to: none

environment:
sdk: '>=3.3.0 <3.4.0'
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.19.0 <3.22.0'

dependencies:
android_intent_plus: ^5.0.2
Expand Down

0 comments on commit 125974d

Please sign in to comment.