From ebd3e9d3f655bad59e49deb32650caaafa928997 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 10 Jan 2025 03:51:27 +0000 Subject: [PATCH] Update Clauncher to v5.1.4 (320) --- 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 b24cb5ba47..075500f55b 100644 --- a/metadata/app.clauncher.yml +++ b/metadata/app.clauncher.yml @@ -214,6 +214,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.4 + versionCode: 317 + commit: fa92e5b4eaacdf32013874eb8e38e05e1051dfc4 + 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.4 + versionCode: 318 + commit: fa92e5b4eaacdf32013874eb8e38e05e1051dfc4 + 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.4 + versionCode: 319 + commit: fa92e5b4eaacdf32013874eb8e38e05e1051dfc4 + 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.4 + versionCode: 320 + commit: fa92e5b4eaacdf32013874eb8e38e05e1051dfc4 + 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 @@ -223,5 +262,5 @@ VercodeOperation: - '%c - 2' - '%c - 1' - '%c' -CurrentVersion: v5.1.3 -CurrentVersionCode: 310 +CurrentVersion: v5.1.4 +CurrentVersionCode: 320