Update ShockAlarm to 0.0.11 (11)

This commit is contained in:
F-Droid checkupdates bot 2025-01-31 04:59:03 +00:00 committed by linsui
parent 3b19d4e97b
commit 29fc1a240f

View file

@ -43,8 +43,35 @@ Builds:
- flutter/bin/flutter build apk
ndk: 26.1.10909125
- versionName: 0.0.11
versionCode: 11
commit: 0a147f6bea5b194a169becd9428bad748b29e198
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- .github
- ios
- linux
- macos
- web
- windows
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter packages pub get
scanignore:
- flutter/bin/cache
scandelete:
- flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- export ANDROID_NDK_ROOT=$$NDK$$
- flutter/bin/flutter build apk
ndk: 26.1.10909125
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.0.10
CurrentVersionCode: 10
CurrentVersion: 0.0.11
CurrentVersionCode: 11