Update DailyAL to 2025.5.1 (97)

This commit is contained in:
checkupdates bot 2025-05-20 08:08:56 +00:00 committed by Licaon_Kter
parent a7b5a57873
commit 1f7ad399ea

View file

@ -78,8 +78,29 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
- versionName: 2025.5.1
versionCode: 97
commit: faa1fb4284d45958b174da546f0484c6bb341b85
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.16.9
prebuild:
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
- pushd $$flutter$$
- git checkout -f $FLUTTER_VERSION
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
- android/app/.cxx
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
AutoUpdateMode: Version
UpdateCheckMode: Tags .*\+fdroid
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2024.9.1
CurrentVersionCode: 96
CurrentVersion: 2025.5.1
CurrentVersionCode: 97