Update Jasstafel to 4.1.7 (69)

This commit is contained in:
F-Droid checkupdates bot 2025-03-30 05:04:03 +00:00 committed by Licaon_Kter
parent 48bd098757
commit 6b5343ebd6

View file

@ -263,8 +263,36 @@ Builds:
- flutter/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter/bin/flutter build apk --release
- versionName: 4.1.7
versionCode: 69
commit: be05e5e76dd4681e40aec8c716bc047dde3e46ba
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- sed -i -e '/ios/s/true/false/' pubspec.yaml
scanignore:
- flutter/bin/cache
scandelete:
- flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter pub run flutter_launcher_icons
- flutter/bin/flutter gen-l10n
- flutter/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter/bin/flutter build apk --release
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.*\+(\d+)|.|version:\s(.*)\+
CurrentVersion: 4.1.6
CurrentVersionCode: 68
CurrentVersion: 4.1.7
CurrentVersionCode: 69