Update Everyday Tasks to 1.6.1 (10601)

This commit is contained in:
F-Droid checkupdates bot 2024-03-15 10:06:24 +00:00
parent c73f6a2173
commit 56e3e429da

View file

@ -183,8 +183,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.6.1
versionCode: 10601
commit: 020ad43a16fe75bd0316ab6f323235794a733acc
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.6.0
CurrentVersionCode: 10600
CurrentVersion: 1.6.1
CurrentVersionCode: 10601