From 91104b15cc85296ff5af407d237bfae6605d2046 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 27 Aug 2021 04:14:26 +0000 Subject: [PATCH] Update Gadgetbridge to 0.59.2 (201) --- .../nodomain.freeyourgadget.gadgetbridge.yml | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/nodomain.freeyourgadget.gadgetbridge.yml b/metadata/nodomain.freeyourgadget.gadgetbridge.yml index 582687ba39..cef4351214 100644 --- a/metadata/nodomain.freeyourgadget.gadgetbridge.yml +++ b/metadata/nodomain.freeyourgadget.gadgetbridge.yml @@ -1389,7 +1389,25 @@ Builds: - cd ../external - ./build_fossil_hr_watchface.sh + - versionName: 0.59.2 + versionCode: 201 + commit: 86ccd408cdff600f0bd86bd9677016c839aee5a5 + subdir: app + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + scandelete: + - app/src/main/assets/fossil_hr + - external/fossil-hr-watchface/build/files/icons + build: + - cd ../external + - ./build_fossil_hr_watchface.sh + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 0.59.1 -CurrentVersionCode: 200 +CurrentVersion: 0.59.2 +CurrentVersionCode: 201