From b9498202dcf36284f6a72887216a2c9056dfb743 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 28 Apr 2025 03:58:30 +0000 Subject: [PATCH] Update CClauncher to v7.0.2 (460) --- 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 5ec763a298..d753850141 100644 --- a/metadata/app.cclauncher.yml +++ b/metadata/app.cclauncher.yml @@ -82,6 +82,38 @@ Builds: binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-arm64-v8a.apk build: gradle assembleRelease -PtargetAbi=arm64-v8a + - versionName: v7.0.2 + versionCode: 457 + commit: e313d8449ce0b2e20f2f0822c9a41af447d0cbe2 + 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: v7.0.2 + versionCode: 458 + commit: e313d8449ce0b2e20f2f0822c9a41af447d0cbe2 + 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: v7.0.2 + versionCode: 459 + commit: e313d8449ce0b2e20f2f0822c9a41af447d0cbe2 + 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: v7.0.2 + versionCode: 460 + commit: e313d8449ce0b2e20f2f0822c9a41af447d0cbe2 + 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 @@ -91,5 +123,5 @@ VercodeOperation: - '%c - 2' - '%c - 1' - '%c' -CurrentVersion: v6.1.2 -CurrentVersionCode: 440 +CurrentVersion: v7.0.2 +CurrentVersionCode: 460