chore: update flutter dependencies in version.json for 3.24.3 (#247)

Co-authored-by: verified-commit[bot] <180343340+verified-commit[bot]@users.noreply.github.com>
Co-authored-by: Eligio Mariño <22875166+gmeligio@users.noreply.github.com>
This commit is contained in:
verified-commit[bot]
2024-10-01 19:41:15 +02:00
committed by GitHub
parent 2b2e5e3343
commit 5d6edefc11
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,6 +21,6 @@
}
},
"fastlane": {
"version": "2.222.0"
"version": "2.223.1"
}
}
+2 -2
View File
@@ -13,7 +13,7 @@ Features:
1. \[x\] Installed Flutter SDK 3.24.3
2. \[x\] Analytics disabled by default, opt-in if `ENABLE_ANALYTICS` environment variable is passed when running the container.
3. \[x\] Rootless user `flutter:flutter`, with permissions to run on Github workflows and GitLab CI.
4. \[x\] Cached Fastlane gem 2.222.0
4. \[x\] Cached Fastlane gem 2.223.1
5. \[ \] Minimal image with predownloaded SDKs and tools ready to run `flutter` commands:
* \[x\] Android
* \[ \] iOS
@@ -116,7 +116,7 @@ The Dockerfile expects a few parameters:
```bash
# Android
docker build --target android --build-arg flutter_version=3.24.3 --build-arg fastlane_version=2.222.0 --build-arg android_build_tools_version=33.0.1 --build-arg android_platform_versions="34" -t android-test .
docker build --target android --build-arg flutter_version=3.24.3 --build-arg fastlane_version=2.223.1 --build-arg android_build_tools_version=33.0.1 --build-arg android_platform_versions="34" -t android-test .
```
### Dockerfile stages