Update Open Alert Viewer to 1.3.2 (213)

This commit is contained in:
F-Droid checkupdates bot 2025-05-10 05:10:18 +00:00 committed by Licaon_Kter
parent 5e676c7501
commit 51ec8efc09

View file

@ -209,6 +209,78 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
- versionName: 1.3.2
versionCode: 211
commit: 7b2f26af1bfc6186c38ee3cb3e9af11be6976321
submodules: true
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter config --no-analytics
- .flutter/bin/flutter pub get
scanignore:
- .flutter/bin/cache
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
- versionName: 1.3.2
versionCode: 212
commit: 7b2f26af1bfc6186c38ee3cb3e9af11be6976321
submodules: true
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter config --no-analytics
- .flutter/bin/flutter pub get
scanignore:
- .flutter/bin/cache
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
- versionName: 1.3.2
versionCode: 213
commit: 7b2f26af1bfc6186c38ee3cb3e9af11be6976321
submodules: true
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter config --no-analytics
- .flutter/bin/flutter pub get
scanignore:
- .flutter/bin/cache
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
AutoUpdateMode: Version
UpdateCheckMode: Tags v.*[0-9]$
VercodeOperation:
@ -216,5 +288,5 @@ VercodeOperation:
- '%c + 2'
- '%c + 3'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.3.1
CurrentVersionCode: 203
CurrentVersion: 1.3.2
CurrentVersionCode: 213