mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Impress Remote: fix 2.5.2 (26)
Also anjust AUM.
This commit is contained in:
parent
19a61ee78f
commit
d18b0bc525
1 changed files with 15 additions and 7 deletions
|
|
@ -79,19 +79,27 @@ Builds:
|
|||
rm:
|
||||
- ios
|
||||
|
||||
- versionName: sdremote-2.5.2
|
||||
versionCode: 27
|
||||
- versionName: 2.5.2
|
||||
versionCode: 26
|
||||
commit: sdremote-2.5.2
|
||||
subdir: android/sdremote/mobile
|
||||
init:
|
||||
- sed -r -i '/full(Compile|Wear)/d' build.gradle
|
||||
- sed -r -i '/wearable/d' ../wear/build.gradle
|
||||
gradle:
|
||||
- minimal
|
||||
rm:
|
||||
- android/sdremote/wear
|
||||
- firefoxos
|
||||
- ios
|
||||
- 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).
|
||||
|
||||
AutoUpdateMode: Version sdremote-%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: sdremote-2.5.2
|
||||
CurrentVersionCode: 27
|
||||
VercodeOperation: '%c - 1'
|
||||
CurrentVersion: 2.5.2
|
||||
CurrentVersionCode: 26
|
||||
|
|
|
|||
Loading…
Reference in a new issue