Update Mill to 4.0.8 (3920)

This commit is contained in:
F-Droid checkupdates bot 2024-02-19 04:40:53 +00:00
parent 2ccae9bb80
commit e2a8ce0b0f

View file

@ -2665,6 +2665,39 @@ Builds:
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
ndk: r25b
- versionName: 4.0.8
versionCode: 3920
commit: 334ace601ddd4fb83a4ac1ef3d9bf7ecd6a12690
subdir: src/ui/flutter_app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
srclibs:
- flutter@3.16.5
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:
- 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
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
ndk: r25b
MaintainerNotes: |-
Builds will fail when the srclib ref of flutter and the version with which
upstream has been built with differ.
@ -2673,5 +2706,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 4.0.7
CurrentVersionCode: 3918
CurrentVersion: 4.0.8
CurrentVersionCode: 3920