From f36192da5f37cb06a34acfac5307de820393669e Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 23 Oct 2023 08:04:51 +0000 Subject: [PATCH] Update Droid-ify to 0.5.9 Patch 4 (594) --- 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 b769f55b2e..b3034c14a8 100644 --- a/metadata/com.looker.droidify.yml +++ b/metadata/com.looker.droidify.yml @@ -234,8 +234,21 @@ Builds: scandelete: - build-logic/structure/build + - versionName: 0.5.9 Patch 4 + versionCode: 594 + commit: e8b2bf731d083dc5a165145c80e09d47ad388da8 + 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 3 -CurrentVersionCode: 593 +CurrentVersion: 0.5.9 Patch 4 +CurrentVersionCode: 594