mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 06:35:57 +00:00
Update Practice Suite to 2.1.1 (126)
This commit is contained in:
parent
b62a417782
commit
daa083b359
1 changed files with 23 additions and 2 deletions
|
|
@ -251,8 +251,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk
|
||||
|
||||
- versionName: 2.1.1
|
||||
versionCode: 126
|
||||
commit: 6ebc5810ca5903abc2e83e4e84002f98c273d4c3
|
||||
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.0
|
||||
CurrentVersionCode: 125
|
||||
CurrentVersion: 2.1.1
|
||||
CurrentVersionCode: 126
|
||||
|
|
|
|||
Loading…
Reference in a new issue