MysteriumVPN: fix autoupdate

This commit is contained in:
linsui 2022-08-20 16:33:20 +08:00
parent c19f5d23ec
commit c0f194aa24

View file

@ -21,7 +21,7 @@ Builds:
- crypto
prebuild: sed -i -e '/splits {/,+7d' build.gradle
- versionName: "'2.0.34'"
- versionName: 2.0.34
versionCode: 107158
commit: 7d55528efe8367568aabf2efa96630efdf8782d2
subdir: android/app
@ -31,6 +31,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: android/build.gradle|versionCode = (.*)|.|versionName = (.*)
CurrentVersion: "'2.0.34'"
UpdateCheckData: android/build.gradle|versionCode = (.*)|.|versionName = '(.*)'
CurrentVersion: 2.0.34
CurrentVersionCode: 107158