From b95a641a8f4c9166614d954d1eed35c84353723e Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 4 May 2025 03:54:21 +0000 Subject: [PATCH] Update CClauncher to v8.0.6 (550) --- metadata/app.cclauncher.yml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/metadata/app.cclauncher.yml b/metadata/app.cclauncher.yml index 4c34cc98d0..f4c8bb87db 100644 --- a/metadata/app.cclauncher.yml +++ b/metadata/app.cclauncher.yml @@ -146,6 +146,38 @@ Builds: binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-arm64-v8a.apk build: gradle assembleRelease -PtargetAbi=arm64-v8a + - versionName: v8.0.6 + versionCode: 547 + commit: 66588f4583c1dcb85bebb2c7e3d7a091f30d3cb3 + subdir: app + output: build/outputs/apk/release/*x86.apk + binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-x86.apk + build: gradle assembleRelease -PtargetAbi=x86 + + - versionName: v8.0.6 + versionCode: 548 + commit: 66588f4583c1dcb85bebb2c7e3d7a091f30d3cb3 + subdir: app + output: build/outputs/apk/release/*x86_64*.apk + binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-x86_64.apk + build: gradle assembleRelease -PtargetAbi=x86_64 + + - versionName: v8.0.6 + versionCode: 549 + commit: 66588f4583c1dcb85bebb2c7e3d7a091f30d3cb3 + subdir: app + output: build/outputs/apk/release/*armeabi-v7a*.apk + binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-armeabi-v7a.apk + build: gradle assembleRelease -PtargetAbi=armeabi-v7a + + - versionName: v8.0.6 + versionCode: 550 + commit: 66588f4583c1dcb85bebb2c7e3d7a091f30d3cb3 + subdir: app + output: build/outputs/apk/release/*arm64-v8a*.apk + binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-arm64-v8a.apk + build: gradle assembleRelease -PtargetAbi=arm64-v8a + AllowedAPKSigningKeys: 57f73d58f4049f378ba988eae6edd1cc8cd245e0647e0f83dd669c450f4d056e AutoUpdateMode: Version @@ -155,5 +187,5 @@ VercodeOperation: - '%c - 2' - '%c - 1' - '%c' -CurrentVersion: v7.1.2 -CurrentVersionCode: 490 +CurrentVersion: v8.0.6 +CurrentVersionCode: 550