Gadgetbridge: add new build block to see if we can re-enable auto-updates

This commit is contained in:
Izzy 2022-10-06 16:26:01 +00:00
parent a76560f3cb
commit 9e6b63b8a0

View file

@ -1709,7 +1709,26 @@ Builds:
- ./build_fossil_hr_watchface.sh
ndk: r21e
AutoUpdateMode: None
- versionName: 0.71.2
versionCode: 218
commit: d5fcac6114818633c625ebb36dcf00e949c450c1
subdir: app
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- main
scandelete:
- app/src/main/assets/fossil_hr
- external/fossil-hr-watchface/build/files/icons
build:
- cd ../external
- ./build_fossil_hr_watchface.sh
ndk: r21e
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.71.1
CurrentVersionCode: 217
CurrentVersion: 0.71.2
CurrentVersionCode: 218