diff --git a/metadata/app.clauncher.yml b/metadata/app.clauncher.yml index 35138eb392..b24cb5ba47 100644 --- a/metadata/app.clauncher.yml +++ b/metadata/app.clauncher.yml @@ -175,6 +175,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.3 + versionCode: 307 + commit: fb19a22b3603e41223954cd81dbfe5ddf37da5c8 + 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.3 + versionCode: 308 + commit: fb19a22b3603e41223954cd81dbfe5ddf37da5c8 + 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.3 + versionCode: 309 + commit: fb19a22b3603e41223954cd81dbfe5ddf37da5c8 + 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.3 + versionCode: 310 + commit: fb19a22b3603e41223954cd81dbfe5ddf37da5c8 + 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 @@ -184,5 +223,5 @@ VercodeOperation: - '%c - 2' - '%c - 1' - '%c' -CurrentVersion: v5.1.2 -CurrentVersionCode: 300 +CurrentVersion: v5.1.3 +CurrentVersionCode: 310