mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Update Keyoxide to 1.3.3 (133)
This commit is contained in:
parent
1212a3717f
commit
daf764da33
1 changed files with 24 additions and 2 deletions
|
|
@ -137,8 +137,30 @@ 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: 1.3.3
|
||||||
|
versionCode: 133
|
||||||
|
commit: 9ad6ab6741973b55c9381e1ee709c900cb724866
|
||||||
|
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 -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: 1.3.2
|
CurrentVersion: 1.3.3
|
||||||
CurrentVersionCode: 132
|
CurrentVersionCode: 133
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue