mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Merge branch 'master' into 'master'
New App : SatPredict See merge request fdroid/fdroiddata!5957
This commit is contained in:
commit
fef32e3a5b
1 changed files with 30 additions and 0 deletions
30
metadata/com.altillimity.satpredict.yml
Normal file
30
metadata/com.altillimity.satpredict.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
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: r20b
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue