Skip to content

Commit

Permalink
Revert process to 4.2.4 from 5.0.0 (#160)
Browse files Browse the repository at this point in the history
* revert process to 4.2.4

* update changelog

* try new cli version

* revert cli

* test with flutter 3.13.2

* try with specific java version

* try with specific java version

* revert
  • Loading branch information
buenaflor authored Sep 19, 2023
1 parent 7283422 commit e3e1abf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Dependencies

- Revert [process](https://github.com/google/process.dart) from 5.0.0 to 4.2.4 ([#160](https://github.com/getsentry/sentry-dart-plugin/pull/160))

## 1.6.0

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
http: '>=0.13.0 <2.0.0'
crypto: ^3.0.2
convert: ^3.0.2
process: ^5.0.0
process: ^4.2.4

dev_dependencies:
lints: ^2.0.0
Expand Down

0 comments on commit e3e1abf

Please sign in to comment.