From 3665f53b66c973ba14115052383781d001f1ec57 Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 19 Jul 2023 10:30:07 +0000 Subject: [PATCH] Add new apps: com.bnyro.contacts and com.bnyro.clock --- metadata/com.bnyro.clock.yml | 34 +++++++++++++++++++++++++++++++++ metadata/com.bnyro.contacts.yml | 34 +++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 metadata/com.bnyro.clock.yml create mode 100644 metadata/com.bnyro.contacts.yml diff --git a/metadata/com.bnyro.clock.yml b/metadata/com.bnyro.clock.yml new file mode 100644 index 0000000000..9cadf3aef9 --- /dev/null +++ b/metadata/com.bnyro.clock.yml @@ -0,0 +1,34 @@ +Categories: + - System +License: GPL-3.0-only +AuthorName: Bnyro +AuthorEmail: bnyro@tutanota.com +AuthorWebSite: https://bnyro.is-a.dev/ +SourceCode: https://github.com/Bnyro/ClockYou +IssueTracker: https://github.com/Bnyro/ClockYou/issues +Changelog: https://github.com/Bnyro/ClockYou/releases + +AutoName: Clock You + +RepoType: git +Repo: https://github.com/Bnyro/ClockYou.git +Binaries: https://github.com/Bnyro/ClockYou/releases/download/v%v/app-release.apk + +Builds: + - versionName: '5.1' + versionCode: 8 + commit: 0c211ae719ece68fd711cf85936651b6ab0511dc + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + +AllowedAPKSigningKeys: 49116531dbcff3cb7861e96a75709ea14cd79052fdffa9bea383b416ecfeb5ee + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: '5.1' +CurrentVersionCode: 8 diff --git a/metadata/com.bnyro.contacts.yml b/metadata/com.bnyro.contacts.yml new file mode 100644 index 0000000000..f79ece541a --- /dev/null +++ b/metadata/com.bnyro.contacts.yml @@ -0,0 +1,34 @@ +Categories: + - System +License: GPL-3.0-only +AuthorName: Bnyro +AuthorEmail: bnyro@tutanota.com +AuthorWebSite: https://bnyro.is-a.dev/ +SourceCode: https://github.com/Bnyro/ConnectYou +IssueTracker: https://github.com/Bnyro/ConnectYou/issues +Changelog: https://github.com/Bnyro/ConnectYou/releases + +AutoName: Connect You + +RepoType: git +Repo: https://github.com/Bnyro/ConnectYou.git +Binaries: https://github.com/Bnyro/ConnectYou/releases/download/v%v/app-release.apk + +Builds: + - versionName: '5.1' + versionCode: 22 + commit: e94969234e1e8d84737cb50c2a9b2eb08b84d0bc + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + +AllowedAPKSigningKeys: 49116531dbcff3cb7861e96a75709ea14cd79052fdffa9bea383b416ecfeb5ee + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: '5.1' +CurrentVersionCode: 22