Update Mindful Notifier to 1.0.24 (45)

This commit is contained in:
F-Droid checkupdates bot 2022-05-09 04:25:40 +00:00
parent 00fab64f9a
commit 6c5b859991

View file

@ -226,8 +226,23 @@ Builds:
- $$flutter$$/bin/flutter pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.0.24
versionCode: 45
commit: dc2041c18ca3641bbd0b9008063afb4e61ca573f
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.5.3
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.23
CurrentVersionCode: 43
CurrentVersion: 1.0.24
CurrentVersionCode: 45