From cd8fd1109c96b8a8e4e2338307ff4d890e839cd1 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Tue, 15 Jul 2025 06:54:56 +0000 Subject: [PATCH] Update Klick'r to 3.3.8 (76) --- metadata/com.buzbuz.smartautoclicker.yml | 31 ++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/metadata/com.buzbuz.smartautoclicker.yml b/metadata/com.buzbuz.smartautoclicker.yml index ede4c43329..3d5ca13373 100644 --- a/metadata/com.buzbuz.smartautoclicker.yml +++ b/metadata/com.buzbuz.smartautoclicker.yml @@ -965,7 +965,34 @@ Builds: - build-logic - core + - versionName: 3.3.8 + versionCode: 76 + commit: 5425141cc51baa040f3e2767be0dc84897203fe7 + subdir: smartautoclicker + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + gradle: + - fDroid + rm: + - build-logic/convention/src/main/kotlin/com/buzbuz/gradle/convention/CrashlyticsConventionPlugin.kt + prebuild: + - sdkmanager 'cmake;3.22.1' + - cd .. + - sed -i -e '/firebase/Id' -e '/billing/d' -e '/ump/d' -e '/gms/Id' -e '/play/d' + gradle/libs.versions.toml + - sed -i -e '/register("crashlytics/,/^ }/d' -e '/gms/d' -e '/firebase/d' + build-logic/{convention,obfuscation}/build.gradle.kts + - sed -i -e '/googleCrashlytics/d;/googleGms/d' build.gradle.kts + - sed -i -e '/playStoreImplementation/d' feature/{review,revenue}/build.gradle.kts + - sed -i -e '/firebase/d' core/common/base/build.gradle.kts + scandelete: + - build-logic + - core + AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]*(|-RC[0-9])$ -CurrentVersion: 3.3.7 -CurrentVersionCode: 75 +CurrentVersion: 3.3.8 +CurrentVersionCode: 76