mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Keyoxide to 2.2.1 (211)
This commit is contained in:
parent
4bcedc483c
commit
ad0399bc09
1 changed files with 23 additions and 2 deletions
|
|
@ -443,8 +443,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --flavor production -t lib/app/flavors/main_production.dart
|
||||
|
||||
- versionName: 2.2.1
|
||||
versionCode: 211
|
||||
commit: 838f0ffa2c7f5d7e94f9f6254b50fd7b67365458
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-production-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 --flavor production -t lib/app/flavors/main_production.dart
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.2.0
|
||||
CurrentVersionCode: 208
|
||||
CurrentVersion: 2.2.1
|
||||
CurrentVersionCode: 211
|
||||
|
|
|
|||
Loading…
Reference in a new issue