From 750aa33371b86e4e63904d56241c083fe64f24b8 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 21 May 2022 04:37:57 +0000 Subject: [PATCH] Update Gadgetbridge to 0.67.0 (211) --- .../nodomain.freeyourgadget.gadgetbridge.yml | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/metadata/nodomain.freeyourgadget.gadgetbridge.yml b/metadata/nodomain.freeyourgadget.gadgetbridge.yml index 271117a7d0..2f74e3c4b0 100644 --- a/metadata/nodomain.freeyourgadget.gadgetbridge.yml +++ b/metadata/nodomain.freeyourgadget.gadgetbridge.yml @@ -1589,7 +1589,27 @@ Builds: - ./build_fossil_hr_watchface.sh ndk: r21e + - versionName: 0.67.0 + versionCode: 211 + commit: 6a4b28c5e0c2fe516e57514c668cb55284168aa4 + 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 + - GBDaoGenerator/build + build: + - cd ../external + - ./build_fossil_hr_watchface.sh + ndk: r21e + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 0.66.0 -CurrentVersionCode: 210 +CurrentVersion: 0.67.0 +CurrentVersionCode: 211