mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 12:07:33 +00:00
58 lines
1.9 KiB
YAML
58 lines
1.9 KiB
YAML
Categories:
|
|
- Internet
|
|
- Task
|
|
- Writing
|
|
License: AGPL-3.0-or-later
|
|
AuthorName: Haled Odat
|
|
AuthorEmail: stride.tasks@gmail.com
|
|
SourceCode: https://github.com/stride-tasks/stride
|
|
IssueTracker: https://github.com/stride-tasks/stride/issues
|
|
Changelog: https://github.com/stride-tasks/stride/releases
|
|
|
|
AutoName: Stride
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/stride-tasks/stride
|
|
|
|
Builds:
|
|
- versionName: 0.0.1
|
|
versionCode: 11
|
|
commit: v0.0.1
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y cmake make
|
|
output: app/build/reproducible/flutter-apk/app-armeabi-v7a-release.apk
|
|
binary: https://github.com/stride-tasks/stride/releases/download/v%v/stride-armeabi-v7a.apk
|
|
build: ./scripts/reproducible apk --release --split-per-abi --target-platform="android-arm"
|
|
|
|
- versionName: 0.0.1
|
|
versionCode: 12
|
|
commit: v0.0.1
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y cmake make
|
|
output: app/build/reproducible/flutter-apk/app-arm64-v8a-release.apk
|
|
binary: https://github.com/stride-tasks/stride/releases/download/v%v/stride-arm64-v8a.apk
|
|
build: ./scripts/reproducible apk --release --split-per-abi --target-platform="android-arm64"
|
|
|
|
- versionName: 0.0.1
|
|
versionCode: 13
|
|
commit: v0.0.1
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y cmake make
|
|
output: app/build/reproducible/flutter-apk/app-x86_64-release.apk
|
|
binary: https://github.com/stride-tasks/stride/releases/download/v%v/stride-x86_64.apk
|
|
build: ./scripts/reproducible apk --release --split-per-abi --target-platform="android-x64"
|
|
|
|
AllowedAPKSigningKeys: e12d82125da38ae4420d3586327b86bdc3da42dc5e1bb959f80acac5620b0e8a
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags ^v[\d\.]+$
|
|
VercodeOperation:
|
|
- 10 * %c + 1
|
|
- 10 * %c + 2
|
|
- 10 * %c + 3
|
|
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 0.0.1
|
|
CurrentVersionCode: 13
|