Change UpdateCheckMode, because changes in tags naming

This commit is contained in:
Jesús Recio 2023-09-06 08:45:44 +00:00 committed by Licaon_Kter
parent 52aa6d0281
commit ea1c4f4ce4
No known key found for this signature in database

View file

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