Update FOSS Warn to 0.6.1 (29)

This commit is contained in:
F-Droid checkupdates bot 2023-11-26 11:36:13 +00:00
parent a0137c18de
commit 080b0ba50d

View file

@ -199,8 +199,31 @@ Builds:
- $$flutter$$/bin/flutter gen-l10n
- $$flutter$$/bin/flutter build apk --release --verbose
- versionName: 0.6.1
versionCode: 29
commit: 58b924309482d0a48981c3f59be04325bd71c5fc
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.13.2
rm:
- ios
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter gen-l10n
- $$flutter$$/bin/flutter build apk --release --verbose
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[\d.]+$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.6.0
CurrentVersionCode: 28
CurrentVersion: 0.6.1
CurrentVersionCode: 29