mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Fix version code detection
This commit is contained in:
parent
507757a11f
commit
0372b68fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue