fdroiddata/metadata/app.clauncher.yml

111 lines
3.7 KiB
YAML
Raw Normal View History

2024-11-20 16:40:31 +00:00
Categories:
- Navigation
- System
- Theming
License: GPL-3.0-only
AuthorName: MLM Games
AuthorEmail: mlm.gamestudio@gmail.com
AuthorWebSite: https://ragebreaker.itch.io/
WebSite: https://github.com/mlm-games/CLauncher
SourceCode: https://github.com/mlm-games/CLauncher
IssueTracker: https://github.com/mlm-games/CLauncher/issues
Changelog: https://github.com/mlm-games/CLauncher/blob/HEAD/CHANGELOG.md
Donate: https://ragebreaker.itch.io/
Liberapay: mlm-games
AutoName: Clauncher
RepoType: git
Repo: https://github.com/mlm-games/CLauncher.git
Builds:
2024-11-21 03:13:50 +00:00
- versionName: v5.0.1
versionCode: 267
commit: 3b4f6f2e777754eee1a1d9ba9807bc36f2e55d74
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.0.1
versionCode: 268
commit: 3b4f6f2e777754eee1a1d9ba9807bc36f2e55d74
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.0.1
versionCode: 269
commit: 3b4f6f2e777754eee1a1d9ba9807bc36f2e55d74
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.0.1
versionCode: 270
commit: 3b4f6f2e777754eee1a1d9ba9807bc36f2e55d74
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
2024-12-02 03:57:46 +00:00
- versionName: v5.0.2
versionCode: 277
commit: 7dffdea6ef88597b5c41ba890f567bb034758c7f
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.0.2
versionCode: 278
commit: 7dffdea6ef88597b5c41ba890f567bb034758c7f
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.0.2
versionCode: 279
commit: 7dffdea6ef88597b5c41ba890f567bb034758c7f
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.0.2
versionCode: 280
commit: 7dffdea6ef88597b5c41ba890f567bb034758c7f
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
2024-11-20 16:40:31 +00:00
AllowedAPKSigningKeys: 4aed2f691df64a7b0fea25a6b8c80183c6dc520e049dac0178defa1d6472228f
AutoUpdateMode: Version
UpdateCheckMode: Tags
VercodeOperation:
- '%c - 3'
- '%c - 2'
- '%c - 1'
- '%c'
2024-12-02 03:57:46 +00:00
CurrentVersion: v5.0.2
CurrentVersionCode: 280