mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Add new app (org.btcmap)
This commit is contained in:
parent
89f17fe82e
commit
9c6b4debeb
1 changed files with 30 additions and 0 deletions
30
metadata/org.btcmap.yml
Normal file
30
metadata/org.btcmap.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Navigation
|
||||
- Money
|
||||
License: AGPL-3.0-or-later
|
||||
SourceCode: https://github.com/bubelov/btcmap-android
|
||||
IssueTracker: https://github.com/bubelov/btcmap-android/issues
|
||||
Bitcoin: bc1qng60mcufjnmz6330gze5yt4m6enzra7lywns2d
|
||||
|
||||
AutoName: BTC Map
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bubelov/btcmap-android
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.0
|
||||
versionCode: 1
|
||||
commit: 95173acc99499dd96271acc8c1c7b049a069ff5b
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue