mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Change UpdateCheckMode, because changes in tags naming
This commit is contained in:
parent
52aa6d0281
commit
ea1c4f4ce4
1 changed files with 13 additions and 3 deletions
|
|
@ -955,7 +955,17 @@ Builds:
|
|||
rm:
|
||||
- user_manual
|
||||
|
||||
- versionName: 4.1.0
|
||||
versionCode: 41000000
|
||||
commit: 71a07623792d8201878f71a406554ed154b57de5
|
||||
subdir: owncloudApp
|
||||
submodules: true
|
||||
gradle:
|
||||
- original
|
||||
rm:
|
||||
- user_manual
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^oc-android-[0-9.]*(-beta.[0-9])?$
|
||||
CurrentVersion: '4.0'
|
||||
CurrentVersionCode: 40000000
|
||||
UpdateCheckMode: Tags ^v[0-9.]*[0-9](-beta.[0-9])?$
|
||||
CurrentVersion: 4.1.0
|
||||
CurrentVersionCode: 41000000
|
||||
|
|
|
|||
Loading…
Reference in a new issue