From 3db0a9f1c7b4d6f77f2262c8b9714c0836f7d4df Mon Sep 17 00:00:00 2001 From: Izzy Date: Wed, 13 Oct 2021 07:24:27 +0000 Subject: [PATCH] new app: Word of the day (com.saverio.wordoftheday_en) --- metadata/com.saverio.wordoftheday_en.yml | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 metadata/com.saverio.wordoftheday_en.yml diff --git a/metadata/com.saverio.wordoftheday_en.yml b/metadata/com.saverio.wordoftheday_en.yml new file mode 100644 index 0000000000..6131aeedc2 --- /dev/null +++ b/metadata/com.saverio.wordoftheday_en.yml @@ -0,0 +1,37 @@ +Categories: + - Science & Education + - Reading + - Writing +License: GPL-3.0-only +AuthorName: Saverio Morelli +AuthorEmail: saverio.morelli@protonmail.com +AuthorWebSite: saveriomorelli.com +WebSite: https://www.saveriomorelli.com/projects/word-of-the-day/ +SourceCode: https://github.com/Sav22999/word-of-the-day +IssueTracker: https://github.com/Sav22999/word-of-the-day/issues +Changelog: https://github.com/Sav22999/word-of-the-day/releases +Donate: https://www.paypal.com/pools/c/8yl6auiU6e +Liberapay: Sav22999 + +AutoName: Word of the Day + +RepoType: git +Repo: https://github.com/Sav22999/word-of-the-day/ + +Builds: + - versionName: 1.4.1 + versionCode: 15 + commit: 1.4.1 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - FDGH + output: build/outputs/apk/FDGH/release/app-FDGH-release-unsigned.apk + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 1.4.1 +CurrentVersionCode: 15