Update Minis companion to 1.2.1 (3)

This commit is contained in:
checkupdates bot 2025-09-13 04:22:47 +00:00 committed by Licaon_Kter
parent cff305956a
commit 9cd0c6ecd3

View file

@ -53,8 +53,29 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
- versionName: 1.2.1
versionCode: 3
commit: 4dcd623c98cd9b1a12dd3371a8ff469447c4f545
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
rm:
- ios
prebuild:
- flutterVersion=$(sed -n -E "s/.*flutter:\ '(.*)'/\1/p" pubspec.yaml)
- '[[ $flutterVersion ]] || exit 1'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .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.2.0
CurrentVersionCode: 2
CurrentVersion: 1.2.1
CurrentVersionCode: 3