Fix version code detection

This commit is contained in:
Jochen Sprickerhof 2022-11-04 18:28:41 +01:00
parent 507757a11f
commit 0372b68fe9
No known key found for this signature in database
GPG key ID: 5BFFDCC258E69433

View file

@ -1068,6 +1068,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: build.gradle|appVersionCode = (.*)|.|appVersionName = ['"](.*)['"]
UpdateCheckData: build.gradle|appVersionCode = (\d+)|.|appVersionName = ['"](.*)['"]
CurrentVersion: 1.4.1
CurrentVersionCode: 662