Update Everyday Tasks to 1.7.4 (10704)

This commit is contained in:
checkupdates bot 2025-02-12 07:14:38 +00:00 committed by Licaon_Kter
parent fcc63802b6
commit 6ce47b7fcd

View file

@ -271,8 +271,35 @@ Builds:
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
- $$flutter$$/bin/flutter build apk --release --no-tree-shake-icons
- versionName: 1.7.4
versionCode: 10704
commit: 7c1fa3d022c773de65a1f4731c44ba1059ae55a7
submodules: true
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
prebuild:
- export version="$(sed -E -n -e 's/^.*flutter:\ ([0-9.]+)/\1/p' pubspec.yaml)"
- pushd $$flutter$$
- git checkout -f $version
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
- $$flutter$$/bin/flutter build apk --release --no-tree-shake-icons
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.7.3
CurrentVersionCode: 10703
CurrentVersion: 1.7.4
CurrentVersionCode: 10704