From ef7331f6df05d525b0a0a82dcb6bd4ffd50ec7ed Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 22 Aug 2025 04:32:25 +0000 Subject: [PATCH] Update Hidroly to 1.2.1 (53) --- metadata/com.om1cael.hidroly.yml | 74 +++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 2 deletions(-) diff --git a/metadata/com.om1cael.hidroly.yml b/metadata/com.om1cael.hidroly.yml index bf2bb6d4b9..dc6121b4b8 100644 --- a/metadata/com.om1cael.hidroly.yml +++ b/metadata/com.om1cael.hidroly.yml @@ -152,6 +152,76 @@ Builds: - popd - mv /tmp/build com.om1cael.hidroly + - versionName: 1.2.1 + versionCode: 52 + commit: 6e1b96f083ed790be058bda567cb1a5bcb186463 + submodules: true + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + binary: https://github.com/om1cael/hidroly/releases/download/v%v/app-armeabi-v7a-release.apk + rm: + - ios + - macos + - linux + - windows + - web + prebuild: + - cd .. + - mv com.om1cael.hidroly /tmp/build + - pushd /tmp/build/ + - export PUB_CACHE=$(pwd)/.pub-cache + - ./flutter/bin/flutter config --no-analytics + - ./flutter/bin/flutter pub get + - popd + - mv /tmp/build com.om1cael.hidroly + scanignore: + - ./flutter/bin/cache + scandelete: + - ./flutter + - .pub-cache + build: + - cd .. + - mv com.om1cael.hidroly /tmp/build + - pushd /tmp/build/ + - export PUB_CACHE=$(pwd)/.pub-cache + - ./flutter/bin/flutter build apk --target-platform=android-arm --split-per-abi + - popd + - mv /tmp/build com.om1cael.hidroly + + - versionName: 1.2.1 + versionCode: 53 + commit: 6e1b96f083ed790be058bda567cb1a5bcb186463 + submodules: true + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + binary: https://github.com/om1cael/hidroly/releases/download/v%v/app-arm64-v8a-release.apk + rm: + - ios + - macos + - linux + - windows + - web + prebuild: + - cd .. + - mv com.om1cael.hidroly /tmp/build + - pushd /tmp/build/ + - export PUB_CACHE=$(pwd)/.pub-cache + - ./flutter/bin/flutter config --no-analytics + - ./flutter/bin/flutter pub get + - popd + - mv /tmp/build com.om1cael.hidroly + scanignore: + - ./flutter/bin/cache + scandelete: + - ./flutter + - .pub-cache + build: + - cd .. + - mv com.om1cael.hidroly /tmp/build + - pushd /tmp/build/ + - export PUB_CACHE=$(pwd)/.pub-cache + - ./flutter/bin/flutter build apk --target-platform=android-arm64 --split-per-abi + - popd + - mv /tmp/build com.om1cael.hidroly + AllowedAPKSigningKeys: ecd93b0e9444d2f2ad985d35031ba0c9ab2b1708dc9b4e6ae73915135945efa0 AutoUpdateMode: Version @@ -160,5 +230,5 @@ VercodeOperation: - 10*%c + 2 - 10*%c + 3 UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.2.0 -CurrentVersionCode: 43 +CurrentVersion: 1.2.1 +CurrentVersionCode: 53