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
|
@ -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