Update Mill to 3.8.0 (3779)

This commit is contained in:
F-Droid checkupdates bot 2023-11-02 05:22:48 +00:00
parent eaa36167c1
commit 02aa7672a4

View file

@ -2466,6 +2466,40 @@ Builds:
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
ndk: r25b
- versionName: 3.8.0
versionCode: 3779
commit: 0abbe7c0603273f83422a2a98b8a24eb131fee7b
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.13.4
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.
@ -2474,5 +2508,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 3.7.0
CurrentVersionCode: 3739
CurrentVersion: 3.8.0
CurrentVersionCode: 3779