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:
Cedric Staniewski 2020-05-05 20:23:29 +00:00
parent e794a999f8
commit b96e4eb1cc

View file

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