Update Mill to 3.5.12 (3555)

This commit is contained in:
F-Droid checkupdates bot 2023-06-23 05:02:49 +00:00
parent 8c1c0f8888
commit 49c646600e

View file

@ -2308,6 +2308,36 @@ Builds:
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
ndk: r25b
- versionName: 3.5.12
versionCode: 3555
commit: d6f21c22c94352f659eb7ccc4a23942504985e76
subdir: src/ui/flutter_app
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
srclibs:
- flutter@3.10.0
rm:
- src/perfect
- 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.
@ -2316,5 +2346,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 3.5.10
CurrentVersionCode: 3551
CurrentVersion: 3.5.12
CurrentVersionCode: 3555