From baf8f0d0afde359d0805a877d7b6b7c61f9d04ce Mon Sep 17 00:00:00 2001 From: madeeha Date: Sun, 4 Feb 2024 13:14:47 +0000 Subject: [PATCH] Add new dailyLog app --- metadata/com.app.dailylog.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/com.app.dailylog.yml diff --git a/metadata/com.app.dailylog.yml b/metadata/com.app.dailylog.yml new file mode 100644 index 0000000000..a047538c7f --- /dev/null +++ b/metadata/com.app.dailylog.yml @@ -0,0 +1,31 @@ +Categories: + - Writing +License: GPL-3.0-only +SourceCode: https://github.com/madCode/dailylog +IssueTracker: https://github.com/madCode/dailylog/issues +Changelog: https://github.com/madCode/dailylog/releases + +AutoName: dailylog + +RepoType: git +Repo: https://github.com/madCode/dailylog.git +Binaries: https://github.com/madCode/dailylog/releases/download/v%v/app-release.apk + +Builds: + - versionName: 2.0.1 + versionCode: 2001 + commit: 3fe0df03ef7498ce3367541aac5a318ce93407fe + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AllowedAPKSigningKeys: 349d41f22f721c6faaf8dd70be387ff296effd33156baabcae79b3d068aff7e6 + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 2.0.1 +CurrentVersionCode: 2001