Update Safe Notes to 2.3.0 (10)

This commit is contained in:
F-Droid checkupdates bot 2023-05-01 10:11:16 +00:00
parent 1eab99a32a
commit b66c30b234

View file

@ -75,8 +75,19 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 2.3.0
versionCode: 10
commit: 58ee7d6819abd05c54c446b9e6478c634ab0573d
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: 2.2.0
CurrentVersionCode: 9
CurrentVersion: 2.3.0
CurrentVersionCode: 10