Prepare release of 1.5.0+16 #noissue
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Varakh 2022-12-16 17:15:40 +01:00
parent 06db805f82
commit b18d63ce1e
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
* Switched to Material You defaulting to blue swatch colors respecting dark mode
* Switched to Material You navigation bar and removed unsupported swipe navigation
* Increased target SDK to `33`
* Increased dart to `>= 2.18.6`
* Increased dart to `>= 2.18.5`
* Indicate configuration loading in profile view
* Switched linked git repository away from GitHub
* Updated internal dependencies

View file

@ -881,5 +881,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.18.6 <3.0.0"
dart: ">=2.18.5 <3.0.0"
flutter: ">=3.3.0"