mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Aegis Authenticator: Filter out alpha/beta releases
F-Droid doesn't have separate channels for alpha, beta and stable releases. We don't want to subject users to alpha/beta releases without them opting in explicitly.
This commit is contained in:
parent
41adb7fc6c
commit
2faa0c0b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,6 +74,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^((?!alpha|beta).)*$
|
||||
CurrentVersion: 0.4.3
|
||||
CurrentVersionCode: 14
|
||||
|
|
|
|||
Loading…
Reference in a new issue