mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Add net.satka.BLEManager
This commit is contained in:
parent
a6dbf17ec7
commit
882391d913
1 changed files with 40 additions and 0 deletions
40
metadata/net.satka.bleManager.yml
Normal file
40
metadata/net.satka.bleManager.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Connects to github.com to look up updates
|
||||
Tracking:
|
||||
en-US: Connects to github.com to look up updates
|
||||
Categories:
|
||||
- Connectivity
|
||||
- Development
|
||||
License: MIT
|
||||
AuthorName: Petr Šatka
|
||||
AuthorEmail: petr.satka@gmail.com
|
||||
WebSite: https://github.com/petrsatka/BLEManager
|
||||
SourceCode: https://github.com/petrsatka/BLEManager/tree/main/AndroidApp
|
||||
IssueTracker: https://github.com/petrsatka/BLEManager/issues
|
||||
Donate: https://www.paypal.com/donate/?hosted_button_id=CMFG2C4BNH9P2
|
||||
|
||||
AutoName: BLE Manager
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/petrsatka/BLEManager.git
|
||||
Binaries: https://github.com/petrsatka/BLEManager/releases/download/r%v/ble-manager.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '18'
|
||||
versionCode: 18
|
||||
commit: r18
|
||||
subdir: AndroidApp/app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||
$$OUT$$ 'META-INF/services/*'
|
||||
|
||||
AllowedAPKSigningKeys: 488cec96adfc0eb5b6af731c5e076e8ab39dac8c7a2b590063d11c71bb6b61f7
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '18'
|
||||
CurrentVersionCode: 18
|
||||
Loading…
Reference in a new issue