Update Hidroly to 1.3.2 (83)

This commit is contained in:
checkupdates bot 2025-10-13 04:44:51 +00:00 committed by Licaon_Kter
parent 307a84028a
commit 17bdee6bed

View file

@ -296,6 +296,80 @@ Builds:
- popd
- mv /tmp/build com.om1cael.hidroly
- versionName: 1.3.2
versionCode: 82
commit: 88c02d8e7fe0419ff131bdb6c538a2661fd21db4
submodules: true
output: build/app/outputs/flutter-apk/app-armeabi-v7a-fdroid-release.apk
binary: https://github.com/om1cael/hidroly/releases/download/v%v/app-armeabi-v7a-fdroid-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
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{shared_preferences,sqflite,url_launcher}_android-*/android/build.gradle
- 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
--flavor fdroid
- popd
- mv /tmp/build com.om1cael.hidroly
- versionName: 1.3.2
versionCode: 83
commit: 88c02d8e7fe0419ff131bdb6c538a2661fd21db4
submodules: true
output: build/app/outputs/flutter-apk/app-arm64-v8a-fdroid-release.apk
binary: https://github.com/om1cael/hidroly/releases/download/v%v/app-arm64-v8a-fdroid-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
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{shared_preferences,sqflite,url_launcher}_android-*/android/build.gradle
- 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
--flavor fdroid
- popd
- mv /tmp/build com.om1cael.hidroly
AllowedAPKSigningKeys: ecd93b0e9444d2f2ad985d35031ba0c9ab2b1708dc9b4e6ae73915135945efa0
AutoUpdateMode: Version
@ -304,5 +378,5 @@ VercodeOperation:
- 10*%c + 2
- 10*%c + 3
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.3.1
CurrentVersionCode: 73
CurrentVersion: 1.3.2
CurrentVersionCode: 83