org.owntracks.android should only update for tags that are release tags.

This commit is contained in:
growse 2022-09-13 12:09:59 +00:00 committed by Licaon_Kter
parent 0e080b55d2
commit e3a00caecc

View file

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