Update Keyoxide to 2.3.1 (213)

This commit is contained in:
F-Droid checkupdates bot 2024-06-08 15:41:57 +00:00
parent 0fc59d990d
commit 627333b06e

View file

@ -464,8 +464,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.1
versionCode: 213
commit: 895e4c22eda6293fbf5b78b7a9f9999c0771dd25
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.3.0
CurrentVersionCode: 212
CurrentVersion: 2.3.1
CurrentVersionCode: 213