Files
flutter-docker-image/config/version.json
T
Eligio Mariño 008cce50a1 feat: pin Windows toolchain versions in config/version.json (#456)
- Extends the manifest-first discipline (already used for
Flutter/Android) to the Windows toolchain. `config/version.json` now
carries `windows.git`, `windows.vsBuildTools.cmakeProject`,
`windows.vsBuildTools.windows11Sdk.build`, and
`windows.vsBuildTools.vcTools`; `config/schema.cue` validates them via
new `#SemverQuad` and `#WindowsToolchain` definitions.

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: verified-commit[bot] <180343340+verified-commit[bot]@users.noreply.github.com>
2026-05-22 20:07:24 +02:00

49 lines
1007 B
JSON

{
"flutter": {
"channel": "stable",
"commit": "00b0c91f06209d9e4a41f71b7a512d6eb3b9c694",
"version": "3.41.9"
},
"android": {
"platforms": [
{
"version": 36
}
],
"gradle": {
"version": "8.14"
},
"buildTools": {
"version": "35.0.0"
},
"cmdlineTools": {
"version": "20.0"
},
"ndk": {
"version": "28.2.13676358"
},
"cmake": {
"version": "3.22.1"
}
},
"fastlane": {
"version": "2.234.0"
},
"windows": {
"git": {
"version": "2.46.0"
},
"vsBuildTools": {
"cmakeProject": {
"version": "17.14.36510.44"
},
"windows11Sdk": {
"build": 22621
},
"vcTools": {
"version": "17.14.36331.10"
}
}
}
}