mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Keyoxide to 2.3.0 (212)
This commit is contained in:
parent
0c27ba84c3
commit
0d23229b8c
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.3.0
|
||||
versionCode: 212
|
||||
commit: d79ee74e6b7daf4547d7edee23ecefb8a8d63e3e
|
||||
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.1
|
||||
CurrentVersionCode: 211
|
||||
CurrentVersion: 2.3.0
|
||||
CurrentVersionCode: 212
|
||||
|
|
|
|||
Loading…
Reference in a new issue