Update Practice Suite to 2.1.2 (127)

This commit is contained in:
linsui 2025-04-10 12:19:28 +00:00 committed by Licaon_Kter
parent e45216bc9e
commit 2271ef94a5

View file

@ -250,8 +250,29 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk
- versionName: 2.1.2
versionCode: 128
commit: d9bdc2af8db0c8868d78710c5d4ce5022ec6fd0b
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- ios
- test
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
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.1.1
CurrentVersionCode: 126
CurrentVersion: 2.1.2
CurrentVersionCode: 128