mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
43 lines
926 B
YAML
43 lines
926 B
YAML
Categories:
|
|
- Navigation
|
|
- Science & Education
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://gitlab.altillimity.com/altillimity/satpredict
|
|
IssueTracker: https://gitlab.altillimity.com/altillimity/satpredict/issues
|
|
|
|
AutoName: SatPredict
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.altillimity.com/altillimity/satpredict.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: '1.0'
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt install -yq ninja-build
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- app/release/SatPredict-release.apk
|
|
ndk: r20
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: '1.1'
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt install -yq ninja-build
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- app/release/SatPredict-release.apk
|
|
ndk: r20b
|
|
|
|
AutoUpdateMode: Version %v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 2
|