From 7f39d8b072c9e9be5a987d5054927e933af345b4 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 31 Aug 2022 03:51:41 +0000 Subject: [PATCH] Update Smart AutoClicker to 1.5.2 (18) --- metadata/com.buzbuz.smartautoclicker.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.buzbuz.smartautoclicker.yml b/metadata/com.buzbuz.smartautoclicker.yml index 712b828591..a077a7ae12 100644 --- a/metadata/com.buzbuz.smartautoclicker.yml +++ b/metadata/com.buzbuz.smartautoclicker.yml @@ -169,7 +169,20 @@ Builds: rm: - detection/src/debug + - versionName: 1.5.2 + versionCode: 18 + commit: e530bce09d3178d5309f55c24dd23347824c6ed2 + subdir: smartautoclicker + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + rm: + - detection/src/debug + AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]*(|-RC[0-9])$ -CurrentVersion: 1.5.1 -CurrentVersionCode: 17 +CurrentVersion: 1.5.2 +CurrentVersionCode: 18