From 4968cbd6c1d53c774f90141a30ef4cf7ebd7298d Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 17 Oct 2021 14:06:44 +0000 Subject: [PATCH] new app: Notification Dictionary (com.xtreak.notificationdictionary) --- .../com.xtreak.notificationdictionary.yml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/com.xtreak.notificationdictionary.yml diff --git a/metadata/com.xtreak.notificationdictionary.yml b/metadata/com.xtreak.notificationdictionary.yml new file mode 100644 index 0000000000..4996fad565 --- /dev/null +++ b/metadata/com.xtreak.notificationdictionary.yml @@ -0,0 +1,31 @@ +Categories: + - Reading + - Science & Education +License: MIT +AuthorName: Karthikeyan Singaravelan +AuthorEmail: tir.karthi@gmail.com +AuthorWebSite: https://tirkarthi.github.io +SourceCode: https://github.com/tirkarthi/NotificationDictionary +IssueTracker: https://github.com/tirkarthi/NotificationDictionary/issues + +AutoName: Notification Dictionary + +RepoType: git +Repo: https://github.com/tirkarthi/NotificationDictionary + +Builds: + - versionName: 0.0.16 + versionCode: 16 + commit: v0.0.16 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.0.16 +CurrentVersionCode: 16