UpdateCheckData: version code can't be empty

This commit is contained in:
Jochen Sprickerhof 2022-11-05 21:13:39 +01:00
parent 8846ce6edb
commit e0c7ed602c
No known key found for this signature in database
GPG key ID: 5BFFDCC258E69433
6 changed files with 6 additions and 6 deletions

View file

@ -483,6 +483,6 @@ Builds:
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
UpdateCheckData: https://s3.kuschku.de/releases/quasseldroid-ng/version.json|{\s*"name":\s*"[^"]*",\s*"code":\s*([0-9]*)\s*}|.|{\s*"name":\s*"([^"]*)",\s*"code":\s*[0-9]*\s*}
UpdateCheckData: https://s3.kuschku.de/releases/quasseldroid-ng/version.json|{\s*"name":\s*"[^"]*",\s*"code":\s*([0-9]+)\s*}|.|{\s*"name":\s*"([^"]*)",\s*"code":\s*[0-9]*\s*}
CurrentVersion: 1.6.2
CurrentVersionCode: 1322

View file

@ -45,6 +45,6 @@ Builds:
AutoUpdateMode: None
UpdateCheckMode: Tags
UpdateCheckData: app/version.properties|code = ([0-9]*)|.|name = ([0-9.]*)
UpdateCheckData: app/version.properties|code = ([0-9]+)|.|name = ([0-9.]*)
CurrentVersion: 1.5.6
CurrentVersionCode: 1560

View file

@ -558,6 +558,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: config.xml|android:versionCode="(\d*)"|.|version="([\d.]*)"
UpdateCheckData: config.xml|android:versionCode="(\d+)"|.|version="([\d.]*)"
CurrentVersion: 3.4.4
CurrentVersionCode: 30404

View file

@ -122,7 +122,7 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: build.gradle|androidVersionCode = ([0-9]*)|.|androidVersionName =
UpdateCheckData: build.gradle|androidVersionCode = ([0-9]+)|.|androidVersionName =
'([0-9.]*)'
CurrentVersion: 2.9.1
CurrentVersionCode: 48

View file

@ -254,6 +254,6 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: HTTP
UpdateCheckData: https://download.kiwix.org/release/kiwix-android/VERSION_INFO|\n([0-9]*)|.|(.*)
UpdateCheckData: https://download.kiwix.org/release/kiwix-android/VERSION_INFO|\n([0-9]+)|.|(.*)
CurrentVersion: 3.6.0
CurrentVersionCode: 7230600

View file

@ -162,6 +162,6 @@ MaintainerNotes: Legacy with lots of jars, which was allowed back when it was ad
AutoUpdateMode: None
UpdateCheckMode: Tags
UpdateCheckData: AndroidManifest.xml|android:versionCode="([0-9]*)"|.|android:versionCode="([0-9]*)"
UpdateCheckData: AndroidManifest.xml|android:versionCode="([0-9]+)"|.|android:versionCode="([0-9]*)"
CurrentVersion: '63'
CurrentVersionCode: 63