mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-05 18:29:44 +00:00
Update Practice Suite to 2.1.0 (125)
This commit is contained in:
parent
0ebc0ff49e
commit
1fb96ecff0
1 changed files with 23 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue