mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Keyoxide to 2.0.0 (200)
This commit is contained in:
parent
c1ad38760a
commit
3d06d93deb
1 changed files with 24 additions and 2 deletions
|
|
@ -296,8 +296,30 @@ Builds:
|
|||
- flutter/bin/flutter build apk --flavor production --dart-define=WEBLATE_TOKEN=wlp_FcppafiXcq66VOtW4WOasUS6qFhNFNwAyRe6
|
||||
-t lib/app/flavors/main_production.dart
|
||||
|
||||
- versionName: 2.0.0
|
||||
versionCode: 200
|
||||
commit: 21e61ba6bc89f5d0bd1f2af9b2f393c5fbb93ac7
|
||||
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 --dart-define=WEBLATE_TOKEN=wlp_FcppafiXcq66VOtW4WOasUS6qFhNFNwAyRe6
|
||||
-t lib/app/flavors/main_production.dart
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 160
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 200
|
||||
|
|
|
|||
Loading…
Reference in a new issue