From 0d1bc55a06fff75b407e6264711dc92a2b432a97 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 12 Dec 2024 03:50:56 +0000 Subject: [PATCH] Update Clauncher to v5.1.2 (300) --- metadata/app.clauncher.yml | 43 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/metadata/app.clauncher.yml b/metadata/app.clauncher.yml index 6e861dc5c7..35138eb392 100644 --- a/metadata/app.clauncher.yml +++ b/metadata/app.clauncher.yml @@ -136,6 +136,45 @@ Builds: output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk binary: https://github.com/mlm-games/CLauncher/releases/download/%v/clauncher-%v-arm64-v8a.apk + - versionName: v5.1.2 + versionCode: 297 + commit: 5fa52fd79164a3dd5b02eacfd6a9e4763a03ef77 + subdir: app + gradle: + - yes + output: build/outputs/apk/release/app-x86-release-unsigned.apk + binary: https://github.com/mlm-games/CLauncher/releases/download/%v/clauncher-%v-x86.apk + prebuild: sed -i "s/versionCode [0-9]*/versionCode $$VERCODE$$/" build.gradle + + - versionName: v5.1.2 + versionCode: 298 + commit: 5fa52fd79164a3dd5b02eacfd6a9e4763a03ef77 + subdir: app + gradle: + - yes + output: build/outputs/apk/release/app-x86_64-release-unsigned.apk + binary: https://github.com/mlm-games/CLauncher/releases/download/%v/clauncher-%v-x86_64.apk + prebuild: sed -i "s/versionCode [0-9]*/versionCode $$VERCODE$$/" build.gradle + + - versionName: v5.1.2 + versionCode: 299 + commit: 5fa52fd79164a3dd5b02eacfd6a9e4763a03ef77 + subdir: app + gradle: + - yes + output: build/outputs/apk/release/app-armeabi-v7a-release-unsigned.apk + binary: https://github.com/mlm-games/CLauncher/releases/download/%v/clauncher-%v-armeabi-v7a.apk + prebuild: sed -i "s/versionCode [0-9]*/versionCode $$VERCODE$$/" build.gradle + + - versionName: v5.1.2 + versionCode: 300 + commit: 5fa52fd79164a3dd5b02eacfd6a9e4763a03ef77 + subdir: app + gradle: + - yes + output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk + binary: https://github.com/mlm-games/CLauncher/releases/download/%v/clauncher-%v-arm64-v8a.apk + AllowedAPKSigningKeys: 4aed2f691df64a7b0fea25a6b8c80183c6dc520e049dac0178defa1d6472228f AutoUpdateMode: Version @@ -145,5 +184,5 @@ VercodeOperation: - '%c - 2' - '%c - 1' - '%c' -CurrentVersion: v5.1.1 -CurrentVersionCode: 290 +CurrentVersion: v5.1.2 +CurrentVersionCode: 300