mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Add LavSeeker. Show list of toilets from OpenStreetMap for your locations
This commit is contained in:
parent
c69b1aff5c
commit
d598cb2941
1 changed files with 28 additions and 0 deletions
28
metadata/org.woheller69.lavatories.yml
Normal file
28
metadata/org.woheller69.lavatories.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- Navigation
|
||||
License: GPL-3.0-only
|
||||
AuthorName: woheller69
|
||||
SourceCode: https://github.com/woheller69/lavatories
|
||||
IssueTracker: https://github.com/woheller69/lavatories/issues
|
||||
|
||||
AutoName: LavSeeker
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/woheller69/lavatories
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 10
|
||||
commit: eac71db42c54885cee8d2d00bbe2a8a053725abe
|
||||
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: '1.0'
|
||||
CurrentVersionCode: 10
|
||||
Loading…
Reference in a new issue