mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 04:14:03 +00:00
Update Clauncher to v5.1.1 (290)
This commit is contained in:
parent
0aa9624398
commit
5aebcd854d
1 changed files with 41 additions and 2 deletions
|
|
@ -97,6 +97,45 @@ Builds:
|
||||||
output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk
|
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
|
binary: https://github.com/mlm-games/CLauncher/releases/download/%v/clauncher-%v-arm64-v8a.apk
|
||||||
|
|
||||||
|
- versionName: v5.1.1
|
||||||
|
versionCode: 287
|
||||||
|
commit: cb754840ab103c8c5f675f04b825a3c6a8ffefba
|
||||||
|
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.1
|
||||||
|
versionCode: 288
|
||||||
|
commit: cb754840ab103c8c5f675f04b825a3c6a8ffefba
|
||||||
|
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.1
|
||||||
|
versionCode: 289
|
||||||
|
commit: cb754840ab103c8c5f675f04b825a3c6a8ffefba
|
||||||
|
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.1
|
||||||
|
versionCode: 290
|
||||||
|
commit: cb754840ab103c8c5f675f04b825a3c6a8ffefba
|
||||||
|
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
|
AllowedAPKSigningKeys: 4aed2f691df64a7b0fea25a6b8c80183c6dc520e049dac0178defa1d6472228f
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
|
|
@ -106,5 +145,5 @@ VercodeOperation:
|
||||||
- '%c - 2'
|
- '%c - 2'
|
||||||
- '%c - 1'
|
- '%c - 1'
|
||||||
- '%c'
|
- '%c'
|
||||||
CurrentVersion: v5.0.2
|
CurrentVersion: v5.1.1
|
||||||
CurrentVersionCode: 280
|
CurrentVersionCode: 290
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue