From d598cb29416cc2efe1bc138128e678360fea1005 Mon Sep 17 00:00:00 2001 From: woheller69 Date: Sat, 27 Aug 2022 03:37:53 +0000 Subject: [PATCH] Add LavSeeker. Show list of toilets from OpenStreetMap for your locations --- metadata/org.woheller69.lavatories.yml | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 metadata/org.woheller69.lavatories.yml diff --git a/metadata/org.woheller69.lavatories.yml b/metadata/org.woheller69.lavatories.yml new file mode 100644 index 0000000000..d14d304b88 --- /dev/null +++ b/metadata/org.woheller69.lavatories.yml @@ -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