mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update CClauncher to v7.1.2 (490)
This commit is contained in:
parent
4703dcb883
commit
283a16bd32
1 changed files with 34 additions and 2 deletions
|
|
@ -146,6 +146,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.1.2
|
||||
versionCode: 487
|
||||
commit: 32d3f4dc30fab2f4bd850f12b5dc5ce026fe8c1b
|
||||
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.1.2
|
||||
versionCode: 488
|
||||
commit: 32d3f4dc30fab2f4bd850f12b5dc5ce026fe8c1b
|
||||
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.1.2
|
||||
versionCode: 489
|
||||
commit: 32d3f4dc30fab2f4bd850f12b5dc5ce026fe8c1b
|
||||
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.1.2
|
||||
versionCode: 490
|
||||
commit: 32d3f4dc30fab2f4bd850f12b5dc5ce026fe8c1b
|
||||
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
|
||||
|
|
@ -155,5 +187,5 @@ VercodeOperation:
|
|||
- '%c - 2'
|
||||
- '%c - 1'
|
||||
- '%c'
|
||||
CurrentVersion: v7.0.3
|
||||
CurrentVersionCode: 470
|
||||
CurrentVersion: v7.1.2
|
||||
CurrentVersionCode: 490
|
||||
|
|
|
|||
Loading…
Reference in a new issue