mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 06:07:28 +00:00
Update Keyoxide to 1.4.3 (143)
This commit is contained in:
parent
65e9b10849
commit
414dbc9f1c
1 changed files with 25 additions and 2 deletions
|
|
@ -204,8 +204,31 @@ Builds:
|
|||
- flutter/bin/flutter build apk --flavor production --dart-define=WEBLATE_TOKEN=wlp_FcppafiXcq66VOtW4WOasUS6qFhNFNwAyRe6
|
||||
-t lib/app/flavors/main_production.dart
|
||||
|
||||
- versionName: 1.4.3
|
||||
versionCode: 143
|
||||
commit: 19faab3fc06f5c87af2eb610f257422f32a61202
|
||||
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/packages/flutter_tools/gradle/flutter.gradle
|
||||
- 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.4.2
|
||||
CurrentVersionCode: 142
|
||||
CurrentVersion: 1.4.3
|
||||
CurrentVersionCode: 143
|
||||
|
|
|
|||
Loading…
Reference in a new issue