From 68e7504d3b5496d3b8bdae35a4e0b55d591249cc Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 21 Oct 2023 08:07:38 +0000 Subject: [PATCH] Update Droid-ify to 0.5.9 Patch 3 (593) --- 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 2809c2a1e1..b769f55b2e 100644 --- a/metadata/com.looker.droidify.yml +++ b/metadata/com.looker.droidify.yml @@ -221,8 +221,21 @@ Builds: scandelete: - build-logic/structure/build + - versionName: 0.5.9 Patch 3 + versionCode: 593 + commit: 837414d62e21f91dbff01ca7f86c501c15d38ed6 + 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 2 -CurrentVersionCode: 592 +CurrentVersion: 0.5.9 Patch 3 +CurrentVersionCode: 593