From d24236a6102e45ed0b1494986133218097da1511 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 8 Jan 2024 06:48:37 +0000 Subject: [PATCH] Update Droid-ify to 0.6.1 (610) --- 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 392edc55f4..67768e36d2 100644 --- a/metadata/com.looker.droidify.yml +++ b/metadata/com.looker.droidify.yml @@ -260,8 +260,21 @@ Builds: scandelete: - build-logic/structure/build + - versionName: 0.6.1 + versionCode: 610 + commit: 2d792c812438e2388b794de5804f20a0b88a6284 + 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.6.0 -CurrentVersionCode: 600 +CurrentVersion: 0.6.1 +CurrentVersionCode: 610