mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Power Button: filter out an old tag
The problem with this tag is that version code under it is higher than the current one.
This commit is contained in:
parent
6949cd5b10
commit
577b1fb5a7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags ^v
|
||||||
CurrentVersion: '2'
|
CurrentVersion: '2'
|
||||||
CurrentVersionCode: 2
|
CurrentVersionCode: 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue