From 1db27b3be2e77b59f680f386668d7d73a041669c Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 2 Sep 2023 15:44:30 +0000 Subject: [PATCH] Update Gadgetbridge to 0.76.0 (225) --- .../nodomain.freeyourgadget.gadgetbridge.yml | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/metadata/nodomain.freeyourgadget.gadgetbridge.yml b/metadata/nodomain.freeyourgadget.gadgetbridge.yml index 92187d9ffd..da26a7d81b 100644 --- a/metadata/nodomain.freeyourgadget.gadgetbridge.yml +++ b/metadata/nodomain.freeyourgadget.gadgetbridge.yml @@ -1828,7 +1828,24 @@ Builds: - cd ../external - ./build_fossil_hr_watchface.sh + - versionName: 0.76.0 + versionCode: 225 + commit: 7420899bb91a0089e4732e45031d91d0c1de9f0c + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y make gcc gcc-multilib cmake + gradle: + - main + scandelete: + - app/src/main/assets/fossil_hr + - external/fossil-hr-watchface/build/files/icons + build: + - cd ../external + - ./build_fossil_hr_watchface.sh + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 0.75.1 -CurrentVersionCode: 224 +CurrentVersion: 0.76.0 +CurrentVersionCode: 225