Update Safe Notes to 2.0.0 (5)

This commit is contained in:
F-Droid checkupdates bot 2022-10-26 10:03:46 +00:00
parent c3e088b545
commit c05a960103

View file

@ -31,8 +31,23 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 2.0.0
versionCode: 5
commit: d4dfd6385731d378d49d183701b43adb5a606a65
sudo:
- 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@3.3.2
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags .*[0-9]$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.0
CurrentVersionCode: 3
CurrentVersion: 2.0.0
CurrentVersionCode: 5