Skip to content

Commit

Permalink
[459] Allowed for device_info_plus 11.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Oct 12, 2024
1 parent 21f535f commit 54e4869
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build-and-test:
runs-on: macos-latest
timeout-minutes: 20
timeout-minutes: 40
strategy:
matrix:
flutter-version: ['3.24.0', '3.24.3']
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 11.3.0

- [429] Improved the Hindi ('hi') translations. (thanks to @aruhant)
- [456] Fixed Italian ('it') language translations. (thanks to @marcorizza)
- [459] Allowed for device_info_plus 11.0.0.

## 11.2.0

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
sdk: flutter

# From fluttercommunity.dev: Get current device information from within the Flutter application.
device_info_plus: '>=8.1.0 <11.0.0'
device_info_plus: '>=8.1.0 <12.0.0'

# Pure Dart library for HTML5 parsing
html: ^0.15.3
Expand Down

0 comments on commit 54e4869

Please sign in to comment.