Update Mindful Notifier to 1.0.23 (43)

This commit is contained in:
F-Droid checkupdates bot 2021-12-05 04:18:35 +00:00
parent 07bbbfa28f
commit 57e9207c35

View file

@ -211,8 +211,23 @@ Builds:
- $$flutter$$/bin/flutter pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.0.23
versionCode: 43
commit: b4ad4579a80a177087c02b55918691d51ba90542
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.22
CurrentVersionCode: 42
CurrentVersion: 1.0.23
CurrentVersionCode: 43