mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
org.owntracks.android should only update for tags that are release tags.
This commit is contained in:
parent
0e080b55d2
commit
e3a00caecc
1 changed files with 1 additions and 1 deletions
|
|
@ -61,6 +61,6 @@ Builds:
|
|||
prebuild: sed -i -e 's/storage.*"/jitpack.io"/' ../build.gradle.kts
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[0-9]+.[0-9]+.[0-9]+$
|
||||
CurrentVersion: 2.4.10
|
||||
CurrentVersionCode: 20410000
|
||||
|
|
|
|||
Loading…
Reference in a new issue