Update Everyday Tasks to 1.5.2 (10502)

This commit is contained in:
F-Droid checkupdates bot 2024-01-11 10:00:26 +00:00
parent 4fd55c467b
commit 42fad0c3cf

View file

@ -139,8 +139,30 @@ 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.5.2
versionCode: 10502
commit: 084af9678556ec4c0038a22412b599e8036f392a
submodules: true
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.5.1
CurrentVersionCode: 10501
CurrentVersion: 1.5.2
CurrentVersionCode: 10502