From 1f7ad399ea0caff151b1010ee789007a7a81ff0c Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Tue, 20 May 2025 08:08:56 +0000 Subject: [PATCH] Update DailyAL to 2025.5.1 (97) --- metadata/io.github.jica98.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.jica98.yml b/metadata/io.github.jica98.yml index c7ff650d6d..34817242fa 100644 --- a/metadata/io.github.jica98.yml +++ b/metadata/io.github.jica98.yml @@ -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