From 932999eda91e0a7af6c037badfa99f48053e07a2 Mon Sep 17 00:00:00 2001 From: MLM Games <20348813-mlmstudios@users.noreply.gitlab.com> Date: Wed, 29 Jan 2025 06:11:30 +0000 Subject: [PATCH] Update app.clauncher.yml to v5.2.2 (and try fixing build error) --- metadata/app.clauncher.yml | 39 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/metadata/app.clauncher.yml b/metadata/app.clauncher.yml index 075500f55b..487132a480 100644 --- a/metadata/app.clauncher.yml +++ b/metadata/app.clauncher.yml @@ -253,6 +253,41 @@ 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.2.2 + versionCode: 337 + commit: 715b5da724fe57516d92761b62b646d7aa0d3822 + subdir: app + 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 + build: gradle assembleRelease -PtargetAbi=x86 + + - versionName: v5.2.2 + versionCode: 338 + commit: 715b5da724fe57516d92761b62b646d7aa0d3822 + subdir: app + 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 + build: gradle assembleRelease -PtargetAbi=x86_64 + + - versionName: v5.2.2 + versionCode: 339 + commit: 715b5da724fe57516d92761b62b646d7aa0d3822 + subdir: app + 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 + build: gradle assembleRelease -PtargetAbi=armeabi-v7a + + - versionName: v5.2.2 + versionCode: 340 + commit: 715b5da724fe57516d92761b62b646d7aa0d3822 + subdir: app + 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 + build: gradle assembleRelease -PtargetAbi=arm64-v8a + AllowedAPKSigningKeys: 4aed2f691df64a7b0fea25a6b8c80183c6dc520e049dac0178defa1d6472228f AutoUpdateMode: Version @@ -262,5 +297,5 @@ VercodeOperation: - '%c - 2' - '%c - 1' - '%c' -CurrentVersion: v5.1.4 -CurrentVersionCode: 320 +CurrentVersion: v5.2.2 +CurrentVersionCode: 340