mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Gadgetbridge: add new build block to see if we can re-enable auto-updates
This commit is contained in:
parent
a76560f3cb
commit
9e6b63b8a0
1 changed files with 22 additions and 3 deletions
|
|
@ -1709,7 +1709,26 @@ Builds:
|
||||||
- ./build_fossil_hr_watchface.sh
|
- ./build_fossil_hr_watchface.sh
|
||||||
ndk: r21e
|
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
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.71.1
|
CurrentVersion: 0.71.2
|
||||||
CurrentVersionCode: 217
|
CurrentVersionCode: 218
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue