diff --git a/metadata/app.clauncher.yml b/metadata/app.clauncher.yml index faf37900f8..489ed511f0 100644 --- a/metadata/app.clauncher.yml +++ b/metadata/app.clauncher.yml @@ -323,6 +323,41 @@ Builds: binary: https://github.com/mlm-games/CLauncher/releases/download/%v/clauncher-%v-arm64-v8a.apk build: gradle assembleRelease -PtargetAbi=arm64-v8a + - versionName: v5.2.5 + versionCode: 367 + commit: 04028f770a1c27dc81d5e0ab345d6fc0f660b86e + 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.5 + versionCode: 368 + commit: 04028f770a1c27dc81d5e0ab345d6fc0f660b86e + 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.5 + versionCode: 369 + commit: 04028f770a1c27dc81d5e0ab345d6fc0f660b86e + 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.5 + versionCode: 370 + commit: 04028f770a1c27dc81d5e0ab345d6fc0f660b86e + 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 @@ -332,5 +367,5 @@ VercodeOperation: - '%c - 2' - '%c - 1' - '%c' -CurrentVersion: v5.2.4 -CurrentVersionCode: 360 +CurrentVersion: v5.2.5 +CurrentVersionCode: 370