From f6469cf09193f10c2a831a0dd8b7436d0cdfaaa5 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 20 Oct 2023 08:00:38 +0000 Subject: [PATCH] Update Droid-ify to 0.5.9 Patch 2 (592) --- metadata/com.looker.droidify.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.looker.droidify.yml b/metadata/com.looker.droidify.yml index 8027d58dee..2809c2a1e1 100644 --- a/metadata/com.looker.droidify.yml +++ b/metadata/com.looker.droidify.yml @@ -208,8 +208,21 @@ Builds: scandelete: - build-logic/structure/build + - versionName: 0.5.9 Patch 2 + versionCode: 592 + commit: 9b2895ff55cf46e78fd56d2a152b231c57dd5234 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + scandelete: + - build-logic/structure/build + AutoUpdateMode: Version UpdateCheckMode: Tags ^v[\d.]+$ UpdateCheckData: build-logic/structure/src/main/kotlin/DefaultConfig.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([^"]+)" -CurrentVersion: 0.5.9 Patch 1 -CurrentVersionCode: 591 +CurrentVersion: 0.5.9 Patch 2 +CurrentVersionCode: 592