Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix the sdk constraints to allow pub publish
  • Loading branch information
rxlabz committed Oct 28, 2020
commit 25a2c8cbdd181d66a0ff943ca68f1920afbfa5eb
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
homepage: https://github.com/getsentry/sentry-dart

environment:
sdk: ^2.0.0
sdk: ">=2.0.0 <3.0.0"

dependencies:
http: ^0.12.0
Expand Down