diff --git a/metadata/app.cclauncher.yml b/metadata/app.cclauncher.yml index d753850141..76541d7dbb 100644 --- a/metadata/app.cclauncher.yml +++ b/metadata/app.cclauncher.yml @@ -114,6 +114,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.3 + versionCode: 467 + commit: 16b3f6965cd78acc6355b6a37c2e21bec18b81c7 + 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.3 + versionCode: 468 + commit: 16b3f6965cd78acc6355b6a37c2e21bec18b81c7 + 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.3 + versionCode: 469 + commit: 16b3f6965cd78acc6355b6a37c2e21bec18b81c7 + 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.3 + versionCode: 470 + commit: 16b3f6965cd78acc6355b6a37c2e21bec18b81c7 + 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 @@ -123,5 +155,5 @@ VercodeOperation: - '%c - 2' - '%c - 1' - '%c' -CurrentVersion: v7.0.2 -CurrentVersionCode: 460 +CurrentVersion: v7.0.3 +CurrentVersionCode: 470