Update Practice Suite to 2.1.0 (125)

This commit is contained in:
F-Droid checkupdates bot 2024-08-17 04:34:08 +00:00
parent 0ebc0ff49e
commit 1fb96ecff0

View file

@ -229,8 +229,29 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk
- versionName: 2.1.0
versionCode: 125
commit: e259df580bddebdf0ab2ca68f004c21fb60753cd
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.0.0
CurrentVersionCode: 123
CurrentVersion: 2.1.0
CurrentVersionCode: 125