mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Impress Remote: Adapt update check to find current version 2.6.0
This commit is contained in:
parent
d87eea179c
commit
902307bc2b
1 changed files with 18 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue