docs: update platform version requirements for Qt 6.10.3#14398
docs: update platform version requirements for Qt 6.10.3#14398DonLakeFlyer wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Documentation-only update bumping the macOS minimum requirement and clarifying Android support to align with Qt 6.10.3.
Changes:
- Update macOS minimum from 12 (Monterey) to 13 (Ventura).
- Replace Android "9 to 15" range with "9 (API 28) or later".
- Add an important note explaining Android 9 is now a hard floor and that QGC 5.0 stable is the last release for older devices.
- macOS: update minimum from 12 (Monterey) to 13 (Ventura) per Qt 6.10.3 - Android: remove upper bound, specify minimum Android 9 (API 28) or later - Android: add important note about integrated controllers on older Android no longer being supported, with QGC 5.0 as last compatible release
4324bb9 to
7d271b7
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (25.57%) is below the target coverage (30.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #14398 +/- ##
==========================================
+ Coverage 25.47% 25.57% +0.10%
==========================================
Files 769 769
Lines 65912 66244 +332
Branches 30495 30640 +145
==========================================
+ Hits 16788 16941 +153
+ Misses 37285 37279 -6
- Partials 11839 12024 +185
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
See the Build Results workflow run for details. |
Changes