mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Voice: Fix update check
The URL used for the update check has to point to the raw file content to be able to extract the version code and version name.
This commit is contained in:
parent
e794a999f8
commit
b96e4eb1cc
1 changed files with 1 additions and 2 deletions
|
|
@ -921,7 +921,6 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://github.com/PaulWoitaschek/Voice/blob/master/buildSrc/src/main/kotlin/deps/Deps.kt|versionCode
|
||||
= ([0-9]+)|.|versionName = "(.+)"
|
||||
UpdateCheckData: https://github.com/PaulWoitaschek/Voice/raw/master/buildSrc/src/main/kotlin/deps/Deps.kt|versionCode\s*=\s*([0-9]+)|.|versionName\s*=\s*"(.+)"
|
||||
CurrentVersion: 5.0.1
|
||||
CurrentVersionCode: 3060341
|
||||
|
|
|
|||
Loading…
Reference in a new issue