Update psychphinder to 1.1.5 (18)

This commit is contained in:
checkupdates bot 2025-08-19 04:59:24 +00:00 committed by linsui
parent 75ff1ccd35
commit 067fb00cc5

View file

@ -98,8 +98,32 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk --release
- versionName: 1.1.5
versionCode: 18
commit: c37f9c9b0f4c7717acdbae745831a73be93a5b71
submodules: true
output: build/app/outputs/flutter-apk/app-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
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.1.4
CurrentVersionCode: 17
CurrentVersion: 1.1.5
CurrentVersionCode: 18