mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Update Keyoxide to 2.1.1 (207)
This commit is contained in:
parent
dffb8857a2
commit
6ab5ea0e7a
1 changed files with 23 additions and 2 deletions
|
|
@ -401,8 +401,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --flavor production -t lib/app/flavors/main_production.dart
|
||||
|
||||
- versionName: 2.1.1
|
||||
versionCode: 207
|
||||
commit: a3bfaea73e435fd2d42fc12e118bc91e459fcd28
|
||||
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.1.0
|
||||
CurrentVersionCode: 206
|
||||
CurrentVersion: 2.1.1
|
||||
CurrentVersionCode: 207
|
||||
|
|
|
|||
Loading…
Reference in a new issue