From f0246705c809b3eaf4f26d7a93c2a6b3b574767d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20D=C5=82ubak?= Date: Thu, 25 Aug 2022 01:48:48 +0000 Subject: [PATCH] Add new app: OneTimeAlarm --- metadata/pl.ascendit.onetimealarm.yml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/pl.ascendit.onetimealarm.yml diff --git a/metadata/pl.ascendit.onetimealarm.yml b/metadata/pl.ascendit.onetimealarm.yml new file mode 100644 index 0000000000..c19a842969 --- /dev/null +++ b/metadata/pl.ascendit.onetimealarm.yml @@ -0,0 +1,32 @@ +Categories: + - Time +License: GPL-3.0-or-later +AuthorName: matdlu +AuthorEmail: 30a@matdlu.com +AuthorWebSite: https://matdlu.com +SourceCode: https://github.com/matdlu/OneTimeAlarm +IssueTracker: https://github.com/matdlu/OneTimeAlarm/issues +Changelog: https://github.com/matdlu/OneTimeAlarm/releases +Donate: https://matdlu.com/en/donate + +AutoName: OneTimeAlarm + +RepoType: git +Repo: https://github.com/matdlu/OneTimeAlarm + +Builds: + - versionName: '1.2' + versionCode: 3 + commit: v1.2 + subdir: src/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.2' +CurrentVersionCode: 3