mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Avoid non-numeric version codes for HeliBoard (used for alpha/beta/...)
This commit is contained in:
parent
941c309e98
commit
c635fb62a2
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,6 @@ Builds:
|
|||
AllowedAPKSigningKeys: 5ec0a5313aa43558ee75b20b58ccd8194cdbf066df94a43ba288d933d60b86ce
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: '1.3'
|
||||
CurrentVersionCode: 1004
|
||||
|
|
|
|||
Loading…
Reference in a new issue