Skip to content

Commit

Permalink
sdk version enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanm08 committed May 28, 2024
1 parent 40d2220 commit ff504ea
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'

dependencies:
sentry:
Expand Down
2 changes: 1 addition & 1 deletion dart/example_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: An absolute bare-bones web app.
publish_to: 'none'

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'

dependencies:
sentry:
Expand Down
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues
documentation: https://docs.sentry.io/platforms/dart/

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'

platforms:
android:
Expand Down
2 changes: 1 addition & 1 deletion dio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues
documentation: https://docs.sentry.io/platforms/dart/integrations/dio/

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'

platforms:
android:
Expand Down
2 changes: 1 addition & 1 deletion drift/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart
issue_tracker: https://github.com/getsentry/sentry-dart/issues

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'

platforms:
android:
Expand Down
2 changes: 1 addition & 1 deletion e2e_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'

dependencies:
sentry:
Expand Down
2 changes: 1 addition & 1 deletion flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 8.0.0
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'
flutter: '>=3.0.0'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues
documentation: https://docs.sentry.io/platforms/flutter/

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'
flutter: '>=3.0.0'

platforms:
Expand Down
2 changes: 1 addition & 1 deletion hive/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart
issue_tracker: https://github.com/getsentry/sentry-dart/issues

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'

platforms:
android:
Expand Down
2 changes: 1 addition & 1 deletion isar/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart
issue_tracker: https://github.com/getsentry/sentry-dart/issues

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'
flutter: '>=3.3.0'

platforms:
Expand Down
2 changes: 1 addition & 1 deletion logging/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues
documentation: https://docs.sentry.io/platforms/dart/integrations/logging/

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'

platforms:
android:
Expand Down
2 changes: 1 addition & 1 deletion sqflite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart
issue_tracker: https://github.com/getsentry/sentry-dart/issues

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '2.17.0 <4.0.0'
flutter: '>=3.3.0' # matching sqflite

platforms:
Expand Down

0 comments on commit ff504ea

Please sign in to comment.