Impress Remote: Adapt update check to find current version 2.6.0

This commit is contained in:
Michael Weghorn 2023-01-18 09:18:27 +00:00 committed by Licaon_Kter
parent d87eea179c
commit 902307bc2b

View file

@ -92,15 +92,24 @@ Builds:
- pebble
prebuild: sed -r -i '/full(Implementation|Wear)/d' build.gradle
MaintainerNotes: |-
UCM mistakenly gets the version code from
android/sdremote/wear/build.gradle (Wear OS app),
which is greater by 1 than the version code in
android/sdremote/mobile/build.gradle (Android app).
- versionName: 2.6.0
versionCode: 28
commit: b2a14020f7390f37e3e939e01250929a8001fa58
subdir: android/sdremote/mobile
gradle:
- minimal
rm:
- android/sdremote/wear
- firefoxos
- ios
- pebble
prebuild: sed -r -i '/full(Implementation|Wear)/d' build.gradle
MaintainerNotes: UpdateCheckData below is needed for update check to find versions
from 2.6.0 on.
AutoUpdateMode: Version
UpdateCheckMode: Tags
VercodeOperation:
- '%c - 1'
CurrentVersion: 2.5.2
CurrentVersionCode: 26
UpdateCheckData: android/sdremote/mobile/build.gradle|\sversionCode\s+(\d+)|android/sdremote/build.gradle|\sversionName\s+\'(.+)\'
CurrentVersion: 2.6.0
CurrentVersionCode: 28