mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Clauncher to v5.2.6 (380)
This commit is contained in:
parent
1c23d36bc6
commit
b8d2aead8d
1 changed files with 37 additions and 2 deletions
|
|
@ -358,6 +358,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.6
|
||||
versionCode: 377
|
||||
commit: eab691788a934612c57a98cb7bc231416b40f1cf
|
||||
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.6
|
||||
versionCode: 378
|
||||
commit: eab691788a934612c57a98cb7bc231416b40f1cf
|
||||
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.6
|
||||
versionCode: 379
|
||||
commit: eab691788a934612c57a98cb7bc231416b40f1cf
|
||||
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.6
|
||||
versionCode: 380
|
||||
commit: eab691788a934612c57a98cb7bc231416b40f1cf
|
||||
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
|
||||
|
|
@ -367,5 +402,5 @@ VercodeOperation:
|
|||
- '%c - 2'
|
||||
- '%c - 1'
|
||||
- '%c'
|
||||
CurrentVersion: v5.2.5
|
||||
CurrentVersionCode: 370
|
||||
CurrentVersion: v5.2.6
|
||||
CurrentVersionCode: 380
|
||||
|
|
|
|||
Loading…
Reference in a new issue