Skip to content

Commit

Permalink
feat(native_dio_adapter): bump cronet_http dependency (#2005)
Browse files Browse the repository at this point in the history
<!-- Write down your pull request descriptions. -->

### New Pull Request Checklist

- [x] I have read the
[Documentation](https://pub.dev/documentation/dio/latest/)
- [x] I have searched for a similar pull request in the
[project](https://github.com/cfug/dio/pulls) and found none
- [x] I have updated this branch with the latest `main` branch to avoid
conflicts (via merge from master or rebase)
- [x] I have added the required tests to prove the fix/feature I'm
adding
- [x] I have updated the documentation (if necessary)
- [x] I have run the tests without failures
- [x] I have updated the `CHANGELOG.md` in the corresponding package

### Additional context and info (if any)

<!-- Provide more context and info about the PR. -->
  • Loading branch information
dkrutskikh authored Oct 21, 2023
1 parent ec4a7c0 commit fad3fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/native_dio_adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

*None.*
- Bump `cronet_http` version.

## 1.0.0+2

Expand Down
2 changes: 1 addition & 1 deletion plugins/native_dio_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environment:
dependencies:
dio: ^5.2.0
cupertino_http: ^1.0.0
cronet_http: ^0.2.1
cronet_http: ^0.4.0
http: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit fad3fb8

Please sign in to comment.