mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 23:26:52 +00:00
SafeNotes: Prevent non-release versions from getting into release
This commit is contained in:
parent
6b32ae0080
commit
5bbbe9983d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue