Update at.bitfire.davdroid.yml - drop 3.0-ose (300000002), crashes on start, instead provide 3.0-ose2 (300000004) and extend UpdateCheckMode: so it matches the 3.0-ose2 and similar tags.

This commit is contained in:
Matthias Andree 2020-04-30 12:37:37 +00:00 committed by Licaon_Kter
parent c11946748a
commit 651bad3ee1

View file

@ -1283,15 +1283,15 @@ Builds:
gradle:
- standard
- versionName: 3.0-ose
versionCode: 300000002
commit: v3.0-ose
- versionName: 3.0-ose2
versionCode: 300000004
commit: v3.0-ose2
subdir: app
submodules: true
gradle:
- standard
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[0-9.]+-ose$
CurrentVersion: 3.0-ose
CurrentVersionCode: 300000002
UpdateCheckMode: Tags ^v[0-9.]+-ose[0-9]*$
CurrentVersion: 3.0-ose2
CurrentVersionCode: 300000004