mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
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:
parent
c11946748a
commit
651bad3ee1
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue