mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 12:02:14 +00:00
Update Keyoxide to 2.4.0 (214)
This commit is contained in:
parent
9445071298
commit
1ab1fb4e52
1 changed files with 23 additions and 2 deletions
|
|
@ -485,8 +485,29 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- flutter/bin/flutter build apk --flavor production -t lib/app/flavors/main_production.dart
|
- flutter/bin/flutter build apk --flavor production -t lib/app/flavors/main_production.dart
|
||||||
|
|
||||||
|
- versionName: 2.4.0
|
||||||
|
versionCode: 214
|
||||||
|
commit: f39df6122ebbe4137e7a87e4e149c80e40f24978
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 2.3.1
|
CurrentVersion: 2.4.0
|
||||||
CurrentVersionCode: 213
|
CurrentVersionCode: 214
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue