mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Add app BLE Radar
This commit is contained in:
parent
c47b332f45
commit
f2989b0693
1 changed files with 36 additions and 0 deletions
36
metadata/f.cking.software.yml
Normal file
36
metadata/f.cking.software.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Rely on OpenStreetMaps.
|
||||
Categories:
|
||||
- Connectivity
|
||||
- Security
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Konstantin Kulikov
|
||||
AuthorEmail: f@cking.software
|
||||
AuthorWebSite: https://f.cking.software/
|
||||
SourceCode: https://github.com/Semper-Viventem/MetaRadar
|
||||
IssueTracker: https://github.com/Semper-Viventem/MetaRadar/issues
|
||||
Changelog: https://github.com/Semper-Viventem/MetaRadar/releases
|
||||
Bitcoin: bc1qplw7qadk78ljdsm64j3tpvquazlj2htkar9eed
|
||||
|
||||
AutoName: BLE Radar
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Semper-Viventem/MetaRadar/
|
||||
|
||||
Builds:
|
||||
- versionName: 0.21.5-beta
|
||||
versionCode: 1704045673
|
||||
commit: v0.21.5-beta
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?$
|
||||
CurrentVersion: 0.21.5-beta
|
||||
CurrentVersionCode: 1704045673
|
||||
Loading…
Reference in a new issue