mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 13:48:58 +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-get install -y 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-get install -y ninja-build
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- app/release/SatPredict-release.apk
|
|
ndk: r20b
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 2
|