mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 23:25:12 +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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue