Update Mill to 6.2.5 (4732)

This commit is contained in:
Calcitem 2025-05-10 11:16:22 +08:00 committed by Licaon_Kter
parent b587419fbd
commit 5e676c7501

View file

@ -4514,8 +4514,43 @@ Builds:
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
ndk: r25b
- versionName: 6.2.5
versionCode: 4732
commit: cc749c7fdfa503c1fc0f9f24531f0e4bd6ee1042
subdir: src/ui/flutter_app
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
srclibs:
- flutter@stable
rm:
- src/test
- src/ui/flutter_app/ios
- src/ui/flutter_app/linux
- src/ui/flutter_app/macos
- src/ui/flutter_app/windows
- src/ui/flutter_app/test
- src/ui/qt
- tests
prebuild:
- export FLUTTER_VERSION=$(sed -n -E "s/.*flutter-version:\s'(.*)'/\1/p" ../../../.github/workflows/flutter.yml
| head -n 1)
- pushd $$flutter$$
- git checkout -f $FLUTTER_VERSION
- popd
- mv android/app/build.gradle_fdroid android/app/build.gradle
- export PUB_CACHE=$(pwd)/.pub-cache
- export PATH=$$flutter$$/bin:$PATH
- cd ../../..
- ./flutter-init.sh
scandelete:
- src/ui/flutter_app/.pub-cache
- scripts
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
ndk: r28b
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 6.2.3
CurrentVersionCode: 4723
CurrentVersion: 6.2.5
CurrentVersionCode: 4732