Misc fixes from checkupdates

This commit is contained in:
Jochen Sprickerhof 2022-02-05 10:07:51 +01:00
parent 25c1b3a756
commit c00aa40826
2 changed files with 8 additions and 5 deletions

View file

@ -52,8 +52,9 @@ Builds:
- $$flutter$$/bin/flutter build apk --release
ArchivePolicy: 0 versions
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 0.0.2
CurrentVersionCode: 2
NoSourceSince: 0.0.2

View file

@ -35,7 +35,9 @@ Builds:
gradle:
- yes
AutoUpdateMode: Version
UpdateCheckMode: Tags
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '2.2'
CurrentVersionCode: 4
NoSourceSince: '2.2'