mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +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:
|
gradle:
|
||||||
- standard
|
- standard
|
||||||
|
|
||||||
- versionName: 3.0-ose
|
- versionName: 3.0-ose2
|
||||||
versionCode: 300000002
|
versionCode: 300000004
|
||||||
commit: v3.0-ose
|
commit: v3.0-ose2
|
||||||
subdir: app
|
subdir: app
|
||||||
submodules: true
|
submodules: true
|
||||||
gradle:
|
gradle:
|
||||||
- standard
|
- standard
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags ^v[0-9.]+-ose$
|
UpdateCheckMode: Tags ^v[0-9.]+-ose[0-9]*$
|
||||||
CurrentVersion: 3.0-ose
|
CurrentVersion: 3.0-ose2
|
||||||
CurrentVersionCode: 300000002
|
CurrentVersionCode: 300000004
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue