mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update org.keyoxide.keyoxide.yml
This commit is contained in:
parent
a6402aa3b5
commit
9f3669d7a0
1 changed files with 25 additions and 2 deletions
|
|
@ -181,8 +181,31 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --flavor production -t lib/app/flavors/main_production.dart
|
||||
|
||||
- versionName: 1.4.2
|
||||
versionCode: 142
|
||||
commit: 4d10b3ceaf25b9587ff160825a72a99e60efad5d
|
||||
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.1
|
||||
CurrentVersionCode: 141
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 142
|
||||
|
|
|
|||
Loading…
Reference in a new issue